]> cloudbase.mooo.com Git - ddt180.git/commitdiff
Rename ddtz to ddt180 v0.1
authorLeo C <erbl259-lmu@yahoo.de>
Thu, 4 Aug 2016 19:11:44 +0000 (21:11 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Thu, 4 Aug 2016 19:11:44 +0000 (21:11 +0200)
Makefile
ddt180.z80 [moved from ddtz.z80 with 95% similarity]
mk2ddtz.sub
mk3ddtz.sub

index 0b580869e06a0f09e34b3dec681020a6213f692a..43e9909ddef6fcbae1dbf649433da5b92d6da3db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Build ddtz.com from ddtz.z80
+# Build ddt180.com from ddt180.z80
 
-PROG   := ddtz
+PROG   := ddt180
 
 SRC    := $(PROG).z80
 
similarity index 95%
rename from ddtz.z80
rename to ddt180.z80
index 9babde2811c0aff85871523ae6415156e3daf4d4..56204fb84fda3b4c09d92e95a050d01067d9e7bf 100644 (file)
--- a/ddtz.z80
@@ -1932,7 +1932,7 @@ expr_p2:
        defw expr_buf           ;0b1a   1c 0b   . .\r
 \r
 expr_buf:\r
-       db      'DDT/Z',TAB\r
+       db      'DDT/180',TAB\r
        db      '[8101] 001',CR,LF,'$'\r
 \r
        ds      EXPR_BUF_SIZE - ($ - expr_buf)\r
index 21978a2be0f5aeb76bd3ad9d03b4410675d6f3cd..fd624b012bb963943bc5e3322e9ab34aba187a2a 100644 (file)
@@ -1,24 +1,26 @@
 a:xsub\r
-;  Build ddtz\r
+;\r
+;  Build ddt180\r
 ;\r
 ;  Assemble with Microsoft M80:\r
-m80 =ddtz.z80/z\r
+m80 =ddt180.z80/z\r
 ;  If you prefer SLR, use the following line instead:\r
-;z80asm ddtz/M\r
+;z80asm ddt180/M\r
 ;\r
-;  Generate PRL file:\r
-link ddtz[op]\r
+;  Generate PRL file using Digital Research Link-80:\r
+link ddt180[op]\r
 ;\r
 ;  Convert to COM file:\r
-ddtz ddtz.prl\r
-F ddtznew.com\r
+;ddt180 ddt180.prl\r
+ddtz ddt180.prl\r
+F ddt180n.com\r
 W 200 H\r
 G 0\r
 ;\r
-;  If you don't have ddtz (yet), do it with ddt.\r
+;  If you don't have ddt180 or ddtz (yet), do it with ddt.\r
 ;  Adjust the end address, if file length changes:\r
 ;\r
-;ddt ddtz.prl\r
+;ddt ddt180.prl\r
 ;M200,28FF,100\r
 ;G0\r
-;save 40 ddtznew.com\r
+;save 40 ddt180n.com\r
index 9251ae41e61b15051458fc0233070921ece15445..9ab2a9b7be6d09ca4a9cb78776a45f12e9c1aab8 100644 (file)
@@ -1,22 +1,23 @@
-;  Build ddtz\r
+;  Build ddt180 on CP/M 3\r
 ;\r
 ;  Assemble with Microsoft M80:\r
-m80 =ddtz.z80/z\r
+m80 =ddt180.z80/z\r
 ;  If you prefer SLR, use the following line instead:\r
-;z80asm ddtz/M\r
+;z80asm ddt180/M\r
 ;\r
-;  Generate PRL file:\r
-link ddtz[op]\r
+;  Generate PRL file using Digital Research Link-80:\r
+link ddt180[op]\r
 ;\r
 ;  Convert to COM file:\r
-ddtz ddtz.prl\r
-<F ddtznew.com\r
+;ddt180 ddt180.prl\r
+ddtz ddt180.prl\r
+<F ddt180n.com\r
 <W 200 H\r
 <G 0\r
 ;\r
-;  If you don't have ddtz (yet), do it with sid.\r
+;  If you don't have ddt180 or ddtz (yet), do it with sid.\r
 ;  Adjust the end address, if file length changes:\r
 ;\r
-;sid ddtz.prl\r
-;<Wddtznew.com,200,28FF\r
+;sid ddt180.prl\r
+;<Wddt180n.com,200,28FF\r
 ;<G0\r