News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

executing a program

Started by prudhvi, December 21, 2008, 06:57:23 AM

Previous topic - Next topic

prudhvi

how to execute an masm program after writing in the masm32 editor

kromag

Check out the MASM32 folder for the examples and other exercises.
It's all included in the package, and tells you all about the powerful QE editor.

---
This post confers no rights or warranties of any kind!

Rainstorm

its under the 'Project' menu - you could choose an appropriate option to assemble, like 'Assemble & Link'.
there's a 'Run Program' option there too, that will run the assembled .exe
-