DEBUG.COM 2.30-je1 build directory               John Elliott, 31 October 2018
==============================================================================

This is a build of DEBUG from the MIT-licenced MSDOS 2.11 source release at 
<https://github.com/Microsoft/MS-DOS/>, containing a fix for the
long-standing[*] bug that creates PSPs with the CALL 5 address pointing
two bytes too low.

[*] Seriously, it's in every release of DEBUG from MS-DOS 2 to Windows 10. 
It's enough to make one think Microsoft are deliberately replicating it in
each new version.

Build requirements:
* MASM 4.00 (MASM 3.00 may also work)
* LINK (I used Microsoft LINK 2.40).
* EXE2BIN (I used EXE2BIN 1.00 from DRDOS 6)

Build scripts:
* MK.BAT    builds DEBUG.COM
* CLEAN.BAT removes intermediate build files
* ZIPIT.BAT builds the zip file containing everything

