;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!