Discussion:
freedos-debug
(too old to reply)
raj
2008-09-09 13:02:50 UTC
Permalink
HI all.
Could anyone tell me how to run assembly code using freedos?
In ms-dos we write the assembly code in a file(file.txt) and we run
the command "debug < file.txt", the same thing is not working in
freedos, please help !!

how to run assembly code using freedos!!
Herbert Kleebauer
2008-09-10 08:15:09 UTC
Permalink
Post by raj
HI all.
Could anyone tell me how to run assembly code using freedos?
In ms-dos we write the assembly code in a file(file.txt) and we run
the command "debug < file.txt", the same thing is not working in
freedos, please help !!
how to run assembly code using freedos!!
Better use an assembler (like the DOS version of NASM) instead
if debug.com. But there is also a replacement for MS debug for
freedos:



From a posting in alt.lang.asm:

____________________________________________________________________

Hello,

I want to announce FreeDOS Debug v1.11:

readme: http://www.japheth.de/Debug/readme.txt
binary+source: http://www.japheth.de/Download/debug111.zip

FD Debug has the superior command line interface, which is so well-
known since 25 years. For learning assembly, this tool is great IMO.
And if you'll use it in NTVDM only, you are even safe not to damage
your system, since the direct disk read/write functions of Debug won't
work there.

Enjoy

japheth

Continue reading on narkive:
Loading...