X-Git-Url: http://cloudbase.mooo.com/gitweb/ddt180.git/blobdiff_plain/d0ef55fb4ffc688d91ac28758401c3a328cf3909..923159516d6538caae865dda0563a7ff9eb48b79:/mk2ddtz.sub diff --git a/mk2ddtz.sub b/mk2ddtz.sub index 21978a2..fd624b0 100644 --- a/mk2ddtz.sub +++ b/mk2ddtz.sub @@ -1,24 +1,26 @@ a:xsub -; Build ddtz +; +; Build ddt180 ; ; Assemble with Microsoft M80: -m80 =ddtz.z80/z +m80 =ddt180.z80/z ; If you prefer SLR, use the following line instead: -;z80asm ddtz/M +;z80asm ddt180/M ; -; Generate PRL file: -link ddtz[op] +; Generate PRL file using Digital Research Link-80: +link ddt180[op] ; ; Convert to COM file: -ddtz ddtz.prl -F ddtznew.com +;ddt180 ddt180.prl +ddtz ddt180.prl +F ddt180n.com W 200 H G 0 ; -; If you don't have ddtz (yet), do it with ddt. +; If you don't have ddt180 or ddtz (yet), do it with ddt. ; Adjust the end address, if file length changes: ; -;ddt ddtz.prl +;ddt ddt180.prl ;M200,28FF,100 ;G0 -;save 40 ddtznew.com +;save 40 ddt180n.com