home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
CPM
/
22RSX
/
22RSX-20.ARK
/
MAKE.SUB
< prev
Wrap
Text File
|
1984-10-13
|
384b
|
16 lines
;This submit file will assemble the RSX module given as the first
;submit parameter on the command line. Ex:
; SUBMIT MAKE PEEKBDOS
;will take the RSX module named PEEKBDOS and create
;PEEKBDOS.COM.
;
ren 22module.asm=$1.asm
lasm 22insta.aaz
load 22insta
ren $1.com=22insta.com
ren $1.asm=22module.asm
;
;Creation complete!
22module.asm=$1.asm
lasm 22insta.aaz
load 2