How do I get Visual Studio to build assembler from separate files?
Due to the lack of compiler support for inline assembler with 6开发者_开发百科4 bit targets, I have need to build it in separate files.
I have VS 2010 Professional, how can I set this up?
I would recommend using yasm
via its very own vs integration mechanisms.
Basically, it comes down to installing an extra tool as an assembler in the VS settings files etc; however, the YASM team have done it for you which is incredibly useful.
精彩评论