summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo C2016-08-02 19:57:54 +0200
committerLeo C2016-08-02 19:57:54 +0200
commitd0ef55fb4ffc688d91ac28758401c3a328cf3909 (patch)
treee7276d978bc54d8cfe43bd568eeb2829504dcc8c
parent668cf0f72e038d58d32479d9abd0c7a3c38646d3 (diff)
downloadddt180-d0ef55fb4ffc688d91ac28758401c3a328cf3909.zip
Add submit files to build ddtz with CP/M 2 and CP/M 3.
-rw-r--r--mk2ddtz.sub24
-rw-r--r--mk3ddtz.sub22
2 files changed, 46 insertions, 0 deletions
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
+<F ddtznew.com
+<W 200 H
+<G 0
+;
+; If you don't have ddtz (yet), do it with sid.
+; Adjust the end address, if file length changes:
+;
+;sid ddtz.prl
+;<Wddtznew.com,200,28FF
+;<G0