]> cloudbase.mooo.com Git - ddt180.git/blobdiff - mk2ddtz.sub
cmd_R: don't allow loading over ddtz address space, but everywhere else.
[ddt180.git] / mk2ddtz.sub
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