I want to generate assembly code from C++ source code using Microsoft VC++ Compiler. I want to do this in the command line itself. Not from the IDE.
What\'re the com
I believe this is what the /FA switch is for.