home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / 22rsx / 22rsx-20.ark / MAKE.SUB < prev   
Text File  |  1984-10-13  |  384b  |  16 lines

  1. ;This submit file will assemble the RSX module given as the first
  2. ;submit parameter on the command line. Ex:
  3. ;    SUBMIT MAKE PEEKBDOS
  4. ;will take the RSX module named PEEKBDOS and create
  5. ;PEEKBDOS.COM.
  6. ;
  7. ren 22module.asm=$1.asm
  8. lasm 22insta.aaz
  9. load 22insta
  10. ren $1.com=22insta.com
  11. ren $1.asm=22module.asm
  12. ;
  13. ;Creation complete!
  14.  22module.asm=$1.asm
  15. lasm 22insta.aaz
  16. load 2