You obviously fail to truly understand what assembly is. Languages like C++, java and python must be compiled (or converted, I'm mostly familiar with C++) to machine code BEFORE they can be run. Assembly is well, a symbolic interpretation of machine code, so that it makes more sense to...