Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

1 line
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

era b:*.lst
era b:*.lin
era b:*.sym
era b:*.bak
isdd
plm80 :f1:sub.plm pagewidth(80) debug
cpm
pip lst:=b:sub.lst
pip lst:=nul:[p]
era b:sub.lst
isdd
link :f1:sub.obj,:f1:x0100,plm80.lib to :f1:sub1.mod
locate :f1:sub1.mod code(0100H) stacksize(48)
era b:sub1.mod
objhex :f1:sub1 to :f1:sub1.hex
link :f1:sub.obj,:f1:x0200,plm80.lib to :f1:sub2.mod
locate :f1:sub2.mod code(0200H) stacksize(48)
era b:sub2.mod
objhex :f1:sub2 to :f1:sub2.hex
era b:sub2
cpm
objcpm b:sub1
era b:sub*.
era b:sub1.com
pip b:sub.hex=b:sub1.hex,b:sub2.hex
era b:sub1.hex
era b:sub2.hex
genmod b:sub.hex b:submit.prl
era b:*.hex
pip lst:=b:sub1.sym[pt8]
pip lst:=b:sub1.lin[pt8]
pip lst:=nul:[p]
era b:*.lst
era b:*.lin
era b:*.sym
era b:*.bak
isdd
plm80 :f1:tod.plm pagewidth(80) debug
cpm
pip lst:=b:tod.lst
pip lst:=nul:[p]
era b:tod.lst
isdd
link :f1:tod.obj,:f1:x0100,plm80.lib to :f1:tod1.mod
locate :f1:tod1.mod code(0100H) stacksize(48)
era b:tod1.mod
objhex :f1:tod1 to :f1:tod1.hex
link :f1:tod.obj,:f1:x0200,plm80.lib to :f1:tod2.mod
locate :f1:tod2.mod code(0200H) stacksize(48)
era b:tod2.mod
objhex :f1:tod2 to :f1:tod2.hex
era b:tod2
cpm
objcpm b:tod1
era b:tod*.
era b:tod1.com
pip b:tod.hex=b:tod1.hex,b:tod2.hex
era b:tod1.hex
era b:tod2.hex
genmod b:tod.hex b:tod.prl
era b:*.hex
pip lst:=b:tod1.sym[pt8]
pip lst:=b:tod1.lin[pt8]
pip lst:=nul:[p]
sub prl6