The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: prudhvi on December 21, 2008, 06:57:23 AM

Title: executing a program
Post by: prudhvi on December 21, 2008, 06:57:23 AM
how to execute an masm program after writing in the masm32 editor
Title: Re: executing a program
Post by: kromag on December 22, 2008, 12:17:28 AM
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!
Title: Re: executing a program
Post by: Rainstorm on December 22, 2008, 01:00:56 PM
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
-