; ASMPRL- This submit file expects two parameters, the first is ; the name of a file which does not have any ORG statements and ; which expects the label BASE to be relative location 0000H. ; The second parameter is the disk drive used by the source ; and hex files. An example is shown below: ; 0A>SUBMIT ASMPRL DUMP A ; pip $10.asm=base0100.asm,$1.asm asm $10.$2$2z ;;;;; use the following three lines if a listing is desired ;asm $10 ;pip lst:=$10.prn[t8] ;era $10.prn era $10.asm pip $11.asm=base0200.asm,$1.asm asm $11.$2$2z era $11.asm pip $1.hex=$10.hex,$11.hex era $10.hex era $11.hex genmod $1.hex $1.prl era $1.hex