InsertMemeNameHere
InsertMemeNameHere

Reputation: 2433

How do I get Visual Studio to build assembler from separate files?

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

Answers (1)

user257111
user257111

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

Related Questions