home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pdp11 / k11asm.e80 < prev    next >
Text File  |  2020-01-01  |  2KB  |  60 lines

  1. $ set noon
  2. $
  3. $ ! modified for RSTS T9.0-07 on 26-Nov-84  11:30:04
  4. $ ! Brian Nelson
  5. $ !
  6. $ ! Last edit: 08-May-85  18:42:01 BDN
  7. $ !            10-Feb-86  14:03:17 BDN
  8. $ !
  9. $ ! K11CON, K11RMS ,K11ERR and K11CPY need MAC.TSK to assemble.
  10. $ ! Otherwise use MACRO.SAV under RT11 emulation since it is twice as fast.
  11. $
  12. $ assign sy:[1,11] in
  13. $ assign sy:[1,8] out
  14. $
  15. $ ! To  insure we have a current k11m41.obj for linking k11pos.tsk
  16. $ ! I will include the assembly of such. rsxmac.p21 is sysmac from
  17. $ ! rsx11m+ v2.1
  18. $ ccl mac out:k11m41 =in:k11m41
  19. $ ccl mac out:k11pco=in:k11pco
  20. $ ccl mac out:k11mco=in:k11mco
  21. $ ! The rest is rsts/e specific except for k11rms
  22. $ ccl mac out:K11RMS =lb:rmsmac.mlb/ml,in:K11RMS 
  23. $ ccl mac out:K11RMZ =lb:rmsmac.mlb/ml,in:K11RMZ
  24. $ ccl mac out:k11cpy =lb:rmsmac.mlb/ml,in:k11cpy 
  25. $ ccl mac out:k11err =in:k11err
  26. $ ccl macro out:k11eco =in:k11eco
  27. $ ccl macro out:K11PK  =in:K11PK
  28. $ ccl macro out:K11DAT =in:K11DAT 
  29. $ ccl macro out:k11e80 =in:k11e80  
  30. $ ccl macro out:K11SUB =in:K11SUB 
  31. $ ccl macro out:k11pak =in:k11pak 
  32. $ ccl macro out:k11rec =in:k11rec
  33. $ ccl macro out:k11sen =in:k11sen
  34. $ ccl macro out:k11cmd =in:k11cmd
  35. $ ccl macro out:k11cm1 =in:k11cm1
  36. $ ccl macro out:k11ser =in:k11ser
  37. $ ccl macro out:k11sho =in:k11sho
  38. $ ccl macro out:k11st0 =in:k11st0
  39. $ ccl macro out:k11st1 =in:k11st1
  40. $ ccl macro out:k11der =in:k11der
  41. $ ccl macro out:k11er1 =in:k11er1
  42. $ ccl macro out:k11er2 =in:k11er2
  43. $ ccl macro out:k11er3 =in:k11er3
  44. $ ccl macro out:k11hlp =in:k11hlp
  45. $ ccl macro out:k11dfh =in:k11dfh
  46. $ ccl macro out:k11lcl =in:k11lcl
  47. $ ccl macro out:k1180s =in:k1180s
  48. $ ccl macro out:k11com =in:k11com
  49. $ ccl macro out:k11tra =in:k11tra
  50. $ ccl macro out:k11cvt =in:k11cvt
  51. $ ccl macro out:k11atr =in:k11atr
  52. $ ccl macro out:k11deb =in:k11deb
  53. $ ccl macro out:k11std =in:k11std
  54. $ ccl macro out:k11dia =in:k11dia
  55. $ ccl macro out:k11ini =in:k11ini
  56. $exit
  57.