From aabe45e9b7819f7c91e58737000b7b473ae2a8fe Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 16 Oct 2019 22:51:59 -0400 Subject: [PATCH] Added a comment about DDT. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b3c70c2..19001de 100644 --- a/README.md +++ b/README.md @@ -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 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 You don't really need to build the code unless you want to make changes.