MS Visual Studio 2010中如何使用.ASM生成的文件

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.