Sunday, April 3, 2011

Viewing Assembly level code from Visual C++ project .

Which project setting would let me see the generated assembly level code in Microsoft Visual C++ 2005?

From stackoverflow
  • Project Property Page > C/C++ > Output Files > Assembler Output (then take your pick).

  • if debugging then view->disassembly.

0 comments:

Post a Comment