🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

MASM and MS VC

Started by
0 comments, last by Dirk Stevens 24 years, 9 months ago

I am most interested in using MASM as a way to write specific routines in assembler, and then plug these into my VC projects through object files.

How can I do this ? I couldn't find documentation on that in the docs.

Thanks,

- Dirk

Advertisement
Figured it out myself.

This must be specified in the code :

.MODEL FLAT, C

and compile like this

ml /c /Cx /coff

This topic is closed to new replies.

Advertisement