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?
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.
did ypu CONSOLE assemble and link?
Quote from: jj2007 on August 22, 2008, 05:58:22 PM
did ypu CONSOLE assemble and link?
Oh duh......now it works. :red
:bg