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 commands/options?
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 commands/options?
in http://msdn.microsoft.com/en-us/library/367y26c6.aspx
You can use "/FA /Fa" options you can use..
In there documents,
I believe this is what the /FA switch is for.