MS Visual Studio 2010中如何使用.ASM生成的文件 [英] MS Visual Studio 2010 how to use the .asm generated file

查看:564
本文介绍了MS Visual Studio 2010中如何使用.ASM生成的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问有关的东西我想尝试与Visual Studio 2010。

I would like to ask about something I am thinking to try with Visual Studio 2010.

我在项目属性设置选项的汇编输出从生成文件the.cpp一个.asm的文件 - > C / C ++ - >输出文件(/ FAS)

I am generating an .asm file from the.cpp file by setting the option to the "Assembler Output" in the project properties --> C/C++ --> Output Files (/FAs).

我的问题是,我怎么能在该.ASM生成的文件,而无需使用了.cpp文件从一个又一个链接下一步的使用,万一我想要做的.asm的文件,然后链接里面的一些修改再通过保持我做了修改,在组装的水平。

My question is, how can I on a next step use that .asm generated file to link again from that one without using anymore the .cpp file, in case I want to do some modifications inside the .asm file and then link again by keeping the modifications I did at assembly level.

这将是非常有益的,如果你能提供确切的步骤,包括正确的配置在项目属性可能需要的。

It would be very helpful if you could provide the exact steps, including the correct configuration may needed in the project properties.

推荐答案

下面是一个教程的 http://www.cs.virginia.edu/~evans/cs216/guides/vsasm.html

这篇关于MS Visual Studio 2010中如何使用.ASM生成的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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