Disassembly of the MS-DOS 1.25 EDLIN.COM
Go to file
Juhani Krekelä 0d15187746 __036d → _trampoline_print_eof_str_1 2021-08-01 17:27:44 +03:00
.gitignore First commit 2021-07-29 23:22:20 +03:00
LICENSE.microsoft First commit 2021-07-29 23:22:20 +03:00
LICENSE.tools First commit 2021-07-29 23:22:20 +03:00
Makefile First commit 2021-07-29 23:22:20 +03:00
README Finish up basic disassembly 2021-08-01 14:40:26 +03:00
edlin.asm __036d → _trampoline_print_eof_str_1 2021-08-01 17:27:44 +03:00
edlin.original First commit 2021-07-29 23:22:20 +03:00
process-disasm.sed First commit 2021-07-29 23:22:20 +03:00

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.