NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: nobody on March 27, 2005, 12:26:21 AM
-
me do put nasm in command line comes error unrecognized batch function
-
That error-message isn't from Nasm. I don't know what it means. What did you do, exactly?
Best,
Frank
-
open windows command line like instruction from nasm and put nasm -f bin boot.asm -o booting.bin
-
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