NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: Eric on January 29, 2012, 04:41:39 AM

Title: Running NASM in a Command Promt Window under Windows XP
Post by: Eric on January 29, 2012, 04:41:39 AM
I tried running NASM in a Command Promt Window under Windows XP.
I am in the NASM-folder, but I keep getting this Error-message:

The system cannot execute the specified program.
 >:(   :-\  :'(

What can I do to make the program run?
Title: Re: Running NASM in a Command Promt Window under Windows XP
Post by: Frank Kotler on January 29, 2012, 02:20:08 PM
Sounds like a Windows problem to me. Try installing Linux... no, no, just kidding (sorta).

See if this helps:
http://support.microsoft.com/kb/883260

In short, right click properties->general->unblock. Other information suggests that the error message means that you haven't got the proper dlls installed. Maybe get the latest gigabyte of "updates"? Nasm shouldn't require anything "special"... I dunno, from afar, Windows looks like it's getting worse and worse... but I never liked it anyway...

Building from source on your own machine also "should" work, but you shouldn't have to do that! Try the "unblock" solution first, and see if that gives any joy. Maybe, if you downloaded the "installer", try downloading the executable - or visa-versa?

Get back to us if you can't get it to work - this isn't "supposed" to happen!

Best,
Frank