NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on March 27, 2005, 12:26:21 AM

Title: command line
Post by: nobody on March 27, 2005, 12:26:21 AM
me do put nasm in command line comes error unrecognized  batch function
Title: Re: command line
Post by: Frank Kotler on March 27, 2005, 01:05:17 AM
That error-message isn't from Nasm. I don't know what it means. What did you do, exactly?

Best,
Frank
Title: Re: command line
Post by: nobody on March 27, 2005, 03:17:12 AM
open windows command line like instruction from nasm and put nasm -f bin boot.asm -o booting.bin
Title: Re: command line
Post by: Frank Kotler on March 27, 2005, 03:34:03 AM
And got a message about "unrecognized batch function?... Hmmm... What version of Nasm have you got? The Windows builds are actually named "nasmw.exe", not "nasm.exe"... Try "nasmw -f bin boot.as, -o booting.bin" and see if that helps...

Best,
Frank