home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol162 / makeccp.sub < prev    next >
Encoding:
Text File  |  1984-04-29  |  467 b   |  18 lines

  1. b:   
  2. ; compiler, linker & libraries on a: ,  source on b:
  3. ; synonym :  p = mtplus, pl = paslib, l = linkmt, fp = fpreals    
  4. ; the root segment
  5. a:p ccp #oa
  6. ; symbol table init overlay
  7. a:p init #oa
  8. ; the compiler overlay
  9. a:p compile #oa
  10. ; the interpreter overlay
  11. a:p interpre #oa
  12. a:
  13. ; and link 'em
  14. l b:ccp,pl/s/v1:2000/d:7600/x:1800
  15. l b:ccp=b:ccp/o:1,b:init,pl/s/p:2000
  16. l b:ccp=b:ccp/o:2,b:compile,pl/s/p:2000/x:0040
  17. l b:ccp=b:ccp/o:3,b:interpre,fp/s,pl/s/p:2000/x:0300
  18.