NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: nobody on June 11, 2007, 06:40:42 PM
-
Hello,
Can someone please tell me where to find a debugger i can use in realmode for nasm code ?
regards, steveUK
-
DOS comes with DEBUG.
Also, both MASM and TASM include a debugger.
And then there is google.com, which will let you find more. :)
-
Hi Steve,
I used to be fond of David Lindauer's "Get Real Debugger":
http://members.tripod.com/~ladsoft/grdb.htm (http://members.tripod.com/~ladsoft/grdb.htm)
"Like DEBUG, only smarter!"
Best,
Frank
-
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