让VC++直接生成汇编代码

让VC++直接生成汇编代码
1)    选择菜单工程(Project)设置(Settings),
2)    选择C/C++标签,然后在分类(Category)中选择Listing Files,然后在列表文件类型(Listing file type)选择Assembly with Source code这样设置之后就可以输出汇编代码了。
3)    编译----执行后,我们看到Debug目录已生成了对应的汇编代码

你可能感兴趣的:(C++,c,C#,vc++)