Advertisement

MASM and MS VC

Started by September 06, 1999 05:23 PM
0 comments, last by Dirk Stevens 25 years, 6 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

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