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