Show Disassembly without Debugging in MS Visual Studio

37 Views Asked by At

I can run my code and if debugger is halted I can show the disassembly of the current code. (Debugging->Window->Disassembly)

But I want to see the disassembly of the compiled code without running the code. I want to see the disassembly of some function bodies. I want to see how and if the code is optimized/vectorized.

Is there a built in tool in MS Visual Studio to see the disassembly of some C++ code only by compiling the project but without debugging it?

0

There are 0 best solutions below