home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / cpm / alphatronic / DRIPAK.ZIP / CPM_3-0 / SOURCES / CPM3ASM2.SUB < prev    next >
Text File  |  1982-12-31  |  2KB  |  114 lines

  1. ;
  2. ; BDOS3 Generation
  3. ;
  4. device conout=crt
  5. vax $$as\sd mason.cpm30.sources\ar
  6. vax cpmbdos1.asm $$stran
  7. vax conbdos.asm $$stran
  8. vax bdos30.asm $$stran
  9. device conout=crt,lpt
  10. pip cpmbdosx.asm=cpmbdos1.asm,conbdos.asm,bdos30.asm
  11. rmac cpmbdosx
  12. link bdos3=cpmbdosx[os,$$sz]
  13. xref cpmbdosx
  14. device conout=crt
  15. vax $$as\sd mason.cpm30.listing\ar
  16. vax cpmbdosx.xrf $$stran
  17. device conout=crt,lpt
  18. era *.prn
  19. <y
  20. era cpmbdosx.rel
  21. <y
  22. era *.sym
  23. <y
  24. era *.xrf
  25. <y
  26. ;
  27. ; BNKBDOS3 Generation
  28. ;
  29. device conout=crt
  30. vax $$as\sd mason.cpm30.sources\ar
  31. vax bdos30.asm $$stran
  32. device conout=crt,lpt
  33. pip cpmbdos.asm=cpmbdos2.asm,conbdos.asm,bdos30.asm
  34. rmac cpmbdos
  35. link bnkbdos3=cpmbdos[os,$$sz]
  36. xref cpmbdos
  37. device conout=crt
  38. vax $$as\sd mason.cpm30.listing\ar
  39. vax cpmbdos.xrf $$stran
  40. device conout=crt,lpt
  41. era *.prn
  42. <y
  43. era cpmbdos.rel
  44. era *.sym
  45. <y
  46. era *.xrf
  47. <y
  48. ;
  49. ; CCP Generation
  50. ;
  51. device conout=crt
  52. vax $$as\sd mason.cpm30.sources\ar
  53. vax ccp3.asm $$sanr
  54. vax loader3.asm $$sanr
  55. device conout=crt,lpt
  56. ;phase errors intended for checking CCP3.ASM and DATE.ASM equates
  57. RMAC LOADER3
  58. xref loader3
  59. LINK LOADER3[OP]
  60. ;phase errors intended for checking LOADER.ASM equates
  61. mac ccp3
  62. ;the fill instruction below is not essential
  63. ;the addresses depend on the loader and ccp origins
  64. ;and size, they
  65. ;should be changed if the loader RSX module grows
  66. ;the d display of 380-400h should reveal 1Ahs at the
  67. ;end of the bit map and in front of the 42eH CCP origin
  68. ;DATE must be origined in the LOADER patch area
  69. mac date
  70. SID LOADER3.PRL
  71. <M200,500,100
  72. <d380,400
  73. <f400,1000,0
  74. <eccp3.hex
  75. <edate.hex
  76. <wccp.com,100,d80
  77. <g0
  78. rmac ccp3
  79. xref ccp3
  80. device conout=crt
  81. vax $$as\sd mason.cpm30.listing\ar
  82. vax loader3.xrf $$sanr
  83. vax ccp3.xrf $$sanr
  84. device conout=crt,lpt
  85. era *.hex
  86. <y
  87. era *.prn
  88. <y
  89. era ccp3.rel
  90. era *.sym
  91. <y
  92. era *.xrf
  93. <y
  94. ;
  95. ; CPMLDR Generation
  96. ;
  97. device conout=crt
  98. vax $$as\sd mason.cpm30.sources\ar
  99. vax cpmldr.asm $$stran
  100. device conout=crt,lpt
  101. rmac cpmldr
  102. xref cpmldr
  103. device conout=crt
  104. vax $$as\sd mason.cpm30.listing\ar
  105. vax cpmldr.xrf $$stran
  106. device conout=crt,lpt
  107. era *.prn
  108. <y
  109. era *.sym
  110. <y
  111. era *.xrf
  112. <y
  113. cpm3asm3
  114.