我如何在VS2005 C文件输出汇编 [英] How do I get the assembler output from a C file in VS2005

查看:202
本文介绍了我如何在VS2005 C文件输出汇编的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我认为,产生的文件是一个.ASM文件,任何想法如何,当你做一个构建生产这种在Visual Studio?


解决方案

  1. 打开属性页的一个项目

  2. 选择配置属性 - > C / C ++ - >输出文件分支

  3. 更改汇编输出选项比无列表
  4. 其他的东西
  5. 确保ASM列表位置被设置为一个有效的路径或子路径

  6. 构建。

I think the file that is produced is an .asm file, any idea how to produce this in Visual Studio when you do a build?

解决方案

  1. Open the Properties page for a project
  2. Select the Configuration Properties -> C/C++ -> Output Files branch
  3. Change the Assembler Output option to something other than No Listing
  4. Make sure ASM List Location is set to a valid path or sub-path
  5. Build.

这篇关于我如何在VS2005 C文件输出汇编的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆