home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol062 / kformat.sub < prev    next >
Encoding:
Text File  |  1984-04-29  |  553 b   |  23 lines

  1. : this submit file will compile and link the kformat program
  2. : assumes =
  3. :   drive "A" contains all *.lib and *.top files and asl.rel
  4. :   drive "B" contains kformat, stdio, docomm, and dotext source
  5. pascal kformat.bbxb
  6. asmbl main,kformat.bb/rel
  7. era b:kformat.src
  8. :
  9. pascal stdio.bbxb
  10. asmbl emain,stdio.bb/rel
  11. era b:stdio.src
  12. :
  13. pascal dotext.bbxb
  14. asmbl emain,dotext.bb/rel
  15. era b:dotext.src
  16. :
  17. pascal docomm.bbxb
  18. asmbl emain,docomm.bb/rel
  19. era b:docomm.src
  20. :
  21. link /n:b:kformat b:kformat/v b:stdio b:dotext b:docomm asl/s lib/s/e
  22. :
  23.