Disassembly of the MS-DOS 1.25 EDLIN.COM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Juhani Krekelä 0d15187746 __036d → _trampoline_print_eof_str_1 2 years ago
.gitignore First commit 2 years ago
LICENSE.microsoft First commit 2 years ago
LICENSE.tools First commit 2 years ago
Makefile First commit 2 years ago
README Finish up basic disassembly 2 years ago
edlin.asm __036d → _trampoline_print_eof_str_1 2 years ago
edlin.original First commit 2 years ago
process-disasm.sed First commit 2 years ago

README

This is a (work in progress) disassembly of the MS-DOS 1.25 EDLIN.COM
binary. Sources deriving from MS-DOS are under MIT license, see
LICENSE.microsoft, while other sources are under CC0, see LICENSE.tools.

Currently the code has been fully converted to assembly with symbolic
memory references, meaning that the code can be edited and the resulting
binary will run without problems. However, majority of the code is not yet
understood, labeled, or commented.