home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / b / krtxm.mac < prev    next >
Text File  |  2020-01-01  |  889b  |  29 lines

  1.     .title    KRTXM    Kermit-11 root module for RT-11XB,XM,ZB,ZM or TSX-Plus
  2.     .ident    "V03.63"
  3.  
  4. ; /63/    27-Sep-97  Billy Youdelman  V03.63
  5. ;
  6. ;    for EXTENDED MEMORY OVERLAYS
  7.  
  8. ;    19-May-86  Brian Nelson
  9.  
  10.     .ASECT
  11. . = 44                      ; job status word
  12.     .word    2000              ; set the virtual image bit
  13. . = 56                      ; TSX-Plus set size location
  14.     .word    40              ; SETSIZ KRTTSX/T:64.
  15.  
  16.     .psect    $RTQUE    ,rw,d,gbl,rel,con ; MUST be in root
  17.     .psect    HNBUFF    ,rw,d,lcl,rel,con ; MUST be in root
  18. xmflow::.word    0              ; use LINK's /E:nnnn to expand
  19.     .psect    HNBEND    ,rw,d,lcl,rel,con ; MUST be in root
  20. xmftop::.word    0              ; end of the line for XM fetching..
  21.     .psect    IMGTYPE    ,ro,d,lcl,rel,con
  22. imgtyp::.word    1              ; /62/ flag it's the XM image
  23. $limit::.limit                  ; /62/ in root for separate I&D assy
  24.     .psect    USERMD    ,rw,d,gbl,rel,con
  25.     .psect    XMSTART    ,ro,i,lcl,rel,con
  26. xmstart::jmp    kermit              ; force transfer address here
  27.  
  28.     .end    xmstart
  29.