Hello,
If i want to compile my nasm file (mine.asm), into a .com executable, i type the following :
nasm -o mine.com mine.asm
However, what do i add into this line, if at all possible, to get debug-info so as i can use the ms-codeview debugger ?
I have read the nasm.doc but i am only a beginner and it's not all clear to me as yet !
Regards, steveUK