]> cloudbase.mooo.com Git - ddt180.git/blob - mk2ddtz.sub
Command F: Convert filenames to upper case.
[ddt180.git] / mk2ddtz.sub
1 a:xsub
2 ;
3 ; Build ddt180
4 ;
5 ; Assemble with Microsoft M80:
6 m80 =ddt180.z80/z
7 ; If you prefer SLR, use the following line instead:
8 ;z80asm ddt180/M
9 ;
10 ; Generate PRL file using Digital Research Link-80:
11 link ddt180[op]
12 ;
13 ; Convert to COM file:
14 ;ddt180 ddt180.prl
15 ddtz ddt180.prl
16 F ddt180n.com
17 W 200 H
18 G 0
19 ;
20 ; If you don't have ddt180 or ddtz (yet), do it with ddt.
21 ; Adjust the end address, if file length changes:
22 ;
23 ;ddt ddt180.prl
24 ;M200,28FF,100
25 ;G0
26 ;save 40 ddt180n.com