From d0ef55fb4ffc688d91ac28758401c3a328cf3909 Mon Sep 17 00:00:00 2001 From: Leo C Date: Tue, 2 Aug 2016 19:57:54 +0200 Subject: [PATCH] Add submit files to build ddtz with CP/M 2 and CP/M 3. --- mk2ddtz.sub | 24 ++++++++++++++++++++++++ mk3ddtz.sub | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 mk2ddtz.sub create mode 100644 mk3ddtz.sub diff --git a/mk2ddtz.sub b/mk2ddtz.sub new file mode 100644 index 0000000..21978a2 --- /dev/null +++ b/mk2ddtz.sub @@ -0,0 +1,24 @@ +a:xsub +; Build ddtz +; +; Assemble with Microsoft M80: +m80 =ddtz.z80/z +; If you prefer SLR, use the following line instead: +;z80asm ddtz/M +; +; Generate PRL file: +link ddtz[op] +; +; Convert to COM file: +ddtz ddtz.prl +F ddtznew.com +W 200 H +G 0 +; +; If you don't have ddtz (yet), do it with ddt. +; Adjust the end address, if file length changes: +; +;ddt ddtz.prl +;M200,28FF,100 +;G0 +;save 40 ddtznew.com diff --git a/mk3ddtz.sub b/mk3ddtz.sub new file mode 100644 index 0000000..9251ae4 --- /dev/null +++ b/mk3ddtz.sub @@ -0,0 +1,22 @@ +; Build ddtz +; +; Assemble with Microsoft M80: +m80 =ddtz.z80/z +; If you prefer SLR, use the following line instead: +;z80asm ddtz/M +; +; Generate PRL file: +link ddtz[op] +; +; Convert to COM file: +ddtz ddtz.prl +