Reputation: 2433
Due to the lack of compiler support for inline assembler with 64 bit targets, I have need to build it in separate files.
I have VS 2010 Professional, how can I set this up?
Upvotes: 0
Views: 201
Reputation:
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.
Upvotes: 1