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
Printable View
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
When I have the code in the editor what should I do to compile and run it. Sorry im a beginner!
Type:
to assemble and link.Code:ml file.asm
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
It depends on your editor / IDE. Which one are you using?
i using Masm32
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.