Hi. I'm a VB programmer and I'm teaching myself Assembler. I just have some problems with the NASM Compiler. I copied and pasted the hello world from the FAQ of this forum to Notepad and saved it as hello.asm.
Now, if I go to my command prompt and enter
nasm hello.asm -0 hello.bin
nasm tells me that -0 is not a valid file. I found it like this in a tutorial on nasm so I don't understand why it isn't working. Please help me out!! Thanks from a newbie