Original Post
Well here we go Ive been tooling around with programing for a few years and am prety much still a newb. I was pointed twards assembly and am strugling to figure out how to use it from the comand line. I cant get the nasm-ide to work but that is beside the point. I got nasm to work from the comand line but Im having trobble getting it open the files I give to it as input they are written in notepad I type c:\nams>nasm16 hello.asm -o hello.com and I get the responce from the assembler nasm:unable to open input file 'hello.asm' what am i doing wrong?
