The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ajm0528 on August 22, 2008, 04:56:24 PM

Title: MASM32 Issue
Post by: ajm0528 on August 22, 2008, 04:56:24 PM
I was reading on WinAsm's Forum about how to setup WinAsm to work with Kip Irvine's Assembly Language for Intel-Based Computers book. Instead of using WinAsm for this, I tried it with just MASM32(v10). Everything assembled/linked fine but when I clicked "Run Program" nothing happens. I even have code in the .asm file that will halt the program and wait for a key to be pressed before closing, to prevent the command prompt from flashing. I've tried assembling/linking, and running the program with and without this piece of code and it still doesn't work.

Any ideas what's causing this?
Title: Re: MASM32 Issue
Post by: MichaelW on August 22, 2008, 05:11:52 PM
Without more information it's impossible to know what might be wrong. Does the executable actually exist, and if it does what happens when you run it directly? You could try posting your source code.
Title: Re: MASM32 Issue
Post by: jj2007 on August 22, 2008, 05:58:22 PM
did ypu CONSOLE assemble and link?
Title: Re: MASM32 Issue
Post by: ajm0528 on August 22, 2008, 09:14:20 PM
Quote from: jj2007 on August 22, 2008, 05:58:22 PM
did ypu CONSOLE assemble and link?

Oh duh......now it works.  :red
Title: Re: MASM32 Issue
Post by: hutch-- on August 22, 2008, 10:21:42 PM
 :bg