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

1 line
1.3 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:*.sym
era b:*.lin
era b:*.bak
isdd
plm80 :f1:spool.plm pagewidth(80) debug
cpm
pip lst:=b:spool.lst
pip lst:=nul:[p]
era b:spool.lst
isdd
link :f1:spool.obj,:f1:monx,plm80.lib to :f1:spool.mod
era b:spool.obj
locate :f1:spool.mod to :f1:spool1 code(0000H) stacksize(0)
locate :f1:spool.mod to :f1:spool2 code(0100H) stacksize(0)
era b:spool.mod
objhex :f1:spool1 to :f1:spool1.hex
objhex :f1:spool2 to :f1:spool2.hex
era b:spool2
cpm
objcpm b:spool1
era b:spool1
era b:spool1.com
pip b:spool.hex=b:spool1.hex,b:spool2.hex
genmod b:spool.hex b:spool.rsp
era b:spool*.hex
pip lst:=b:spool1.sym[pt8]
pip lst:=b:spool1.lin[pt8]
pip lst:=nul:[p]
era b:*.lst
era b:*.sym
era b:*.lin
era b:*.bak
isdd
plm80 :f1:sched.plm pagewidth(80) debug
cpm
pip lst:=b:sched.lst
pip lst:=nul:[p]
era b:sched.lst
isdd
link :f1:sched.obj,:f1:monx,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
era b:sched1.com
pip b:sched.hex=b:sched1.hex,b:sched2.hex
genmod b:sched.hex b:sched.rsp
era b:sched*.hex
pip lst:=b:sched1.sym[pt8]
pip lst:=b:sched1.lin[pt8]
pip lst:=nul:[p]
sub com1