Hi there!
Quick and Easy Way: Use
QEditor (MASM32 Editor) then there you'll automatic assembly and linking for the source. You can also do this using the
WinASM Studio IDE (which I suggest you get).
Or, you can do it at the commandline by using
ML [ /options ] filelist [ /link linkoptions ]. For more information about the options and other stuff, you can checkout the masm32.hlp file under the
c:\masm32\help\ directory. Almost everything you need is in there.
If you have any more questions, don't hesitate to post. We'll try our best to answer them.
Regards,
m0ds