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

1 line
1.2 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.

isdd
plm80 :f1:time.plm pagewidth(80) debug
link :f1:time.obj,:f1:monx.obj,plm80.lib to :f1:time.mod
era b:time.obj
locate :f1:time.mod to :f1:time1 code(0000H) stacksize(0)
locate :f1:time.mod to :f1:time2 code(0100H) stacksize(0)
era b:time.mod
objhex :f1:time1 to :f1:time1.hex
objhex :f1:time2 to :f1:time2.hex
era b:time2
cpm
objcpm b:time1
era b:time1
pip b:time.hex=b:time1.hex,b:time2.hex
genmod b:time.hex b:time.prl
era b:time*.hex
pip lst:=b:time.lst
pip lst:=b:time1.sym[pt8]
pip lst:=b:time1.lin[t8]
isdd
plm80 :f1:sched.plm pagewidth(80) debug
link :f1:sched.obj,:f1:monx.obj,plm80.lib to :f1:sched.mod
era b:sched.obj
locate :f1:sched.mod to :f1:sched1 code(0000H) stacksize(0)
locate :f1:sched.mod to :f1:sched2 code(0100H) stacksize(0)
era b:sched.mod
objhex :f1:sched1 to :f1:sched1.hex
objhex :f1:sched2 to :f1:sched2.hex
era b:sched2
cpm
objcpm b:sched1
era b:sched1
pip b:sched.hex=b:sched1.hex,b:sched2.hex
genmod b:sched.hex b:sched.prl
era b:sched*.hex
pip lst:=b:sched.lst
pip lst:=b:sched1.sym[pt8]
pip lst:=b:sched1.lin[t8]
pip spool.rsp=b:spool.prl
pip status.rsp=b:sts.prl
pip time.rsp=b:time.prl
pip sched.rsp=b:sched.prl
sub xeqmpm