PDA

Click to See Complete Forum and Search --> : Masm


MPrestonf12
Oct 7th, 2000, 01:29 PM
I have masm and have written the code in the editor. I just can't seem to figure out how to compile it and run it. can someone help me out? Thanks alot
Matt

Oct 7th, 2000, 02:30 PM
Try here http://members.nbci.com/_XMCM/winasm/index.html

MPrestonf12
Oct 7th, 2000, 05:51 PM
When I have the code in the editor what should I do to compile and run it. Sorry im a beginner!

parksie
Oct 7th, 2000, 05:56 PM
Type:

ml file.asm

to assemble and link.

MPrestonf12
Oct 7th, 2000, 06:01 PM
can't I go too project --> assemble and link? When I do nothing happens. When I try and run it says it has to be a exe. Do I type ml file.asm at the ms dos prompt? thanks for your help

parksie
Oct 8th, 2000, 05:51 AM
It depends on your editor / IDE. Which one are you using?

MPrestonf12
Oct 8th, 2000, 12:49 PM
i using Masm32

V(ery) Basic
Oct 9th, 2000, 01:57 PM
Just Save the file from the File menu (you must remember to save it, or it'll just make the unchanged version) and then Build All from the Project menu. Then run it.