Possible Duplicate:
How to generate assembly code from C++ source in Visual Studio 2010
你好。 如何在Visual Studio中將C ++代碼編譯為asm?
在gcc中我只添加一個parampeter:-s
Possible Duplicate:
How to generate assembly code from C++ source in Visual Studio 2010
你好。 如何在Visual Studio中將C ++代碼編譯為asm?
在gcc中我只添加一個parampeter:-s
Looks like /FAs
is the command-line argument. There
is also a setting in the GUI: http://codegem.org/2008/10/generate-assembly-from-c-code-in-visual-studio