Discussion:
How to output asm in vs 2008
(too old to reply)
turbosun
2009-06-04 14:57:53 UTC
Permalink
Hi there,
I want to see the asm code ,I only have vs2008 ,should I use MASM to do
this?
Thank you very much!
Veera
2009-08-13 15:59:15 UTC
Permalink
In the solution explorer, select "properties" from context menu of the file.
(if you want to enable assembly listing for all files in project, select
project properties).
In the tree view select expand "C/C++"
select "Output Files"

Set "Assembler Output" to "Assembly-Only Listing (/FA)" or some other
combination listed there.


-Veera
Post by turbosun
Hi there,
I want to see the asm code ,I only have vs2008 ,should I use MASM to do
this?
Thank you very much!
Loading...