Added a comment about DDT.

This commit is contained in:
Bobbi Webber-Manners 2019-10-16 22:51:59 -04:00
parent 5596ee3c36
commit aabe45e9b7

View File

@ -139,6 +139,14 @@ BDOS implementation at the top of memory. This has been patched by adding a
`DEC HL` instuction at line 47 (shout-out to Qkumba for finding what the `DEC HL` instuction at line 47 (shout-out to Qkumba for finding what the
issue was!) issue was!)
The EXEC file `RUNBASIC5` can be used to start BASIC/5.
## DDT 8080 Debugger (from CP/M 2.2)
We have enough BDOS calls to get this to work now!
The EXEC file `RUNDDT` can be used to start DDT.
# How to Build the Code # How to Build the Code
You don't really need to build the code unless you want to make changes. You don't really need to build the code unless you want to make changes.