home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pdp11 / k11pos.odl < prev    next >
Text File  |  2020-01-01  |  1KB  |  56 lines

  1.     .psect    topmem    ,d,rw,gbl,ovr,rel
  2.     .name    utl
  3.     .name    err
  4.     .name    sr
  5.     .root    rm-rmsrot,senrec,utilty,error,topmem
  6. rm:    .fctr    a-b-c-d-e-f-errdvr-mem-sub
  7. a:    .fctr    ob:k11pak
  8. b:    .fctr    ob:k11dat
  9. c:    .fctr    ob:k11rms
  10. d:    .fctr    ob:k11m41
  11. e:    .fctr    ob:k11cmd
  12. f:    .fctr    ob:k11lcl
  13.  
  14. senrec:    .fctr    sr-*(ob:k11sen,ob:k11rec,ob:k11cm1-ob:k11edi)
  15.  
  16. set0:    .fctr    ob:k11st0
  17. set1:    .fctr    ob:k11st1
  18. show:    .fctr    ob:k11sho
  19. connec:    .fctr    ob:k11pco
  20. xcon:    .fctr    ob:k11mco
  21. help:    .fctr    ob:k11hlp
  22. server:    .fctr    ob:k11ser
  23. transf:    .fctr    ob:k11tra
  24. debug:    .fctr    ob:k11deb
  25. dial:    .fctr    ob:k11dia
  26. utilty:    .fctr    utl-*(xcon,set0,set1,show,server,connec,help,transf,debug,dial)
  27. errdvr:    .fctr    ob:k11err
  28.  
  29. ;     This overlay must  NOT contain ANY routines called by the
  30. ;    command parser  (GETCMD, GETCM0 and GETCM1) as the command
  31. ;    lists for LOCAl and REMOTE commands are in here and loaded
  32. ;    via calls to LOACMD  and LOAREM,  which simply force $AUTO
  33. ;    to load the overlay and then they return the  command list
  34. ;    address in R0.
  35.  
  36. error:    .fctr    err-*(x1,x2)
  37. x1:    .fctr    *(er1,er2,er3,direrr,k11rmz)
  38. x2:    .fctr    *(hl,copy,cmdlst,setlst,conver-atr,ini)
  39. conver:    .fctr    ob:k11cvt
  40. copy:    .fctr    ob:k11cpy
  41. er1:    .fctr    ob:k11er1
  42. er2:    .fctr    ob:k11er2
  43. er3:    .fctr    ob:k11er3
  44. direrr:    .fctr    ob:k11der
  45. sub:    .fctr    ob:k11sub
  46. hl:    .fctr    ob:k11dfh
  47. cmdlst:    .fctr    ob:k11com
  48. setlst:    .fctr    ob:k11std
  49. atr:    .fctr    ob:k11atr
  50. ini:    .fctr    ob:k11ini
  51. mem:    .fctr    lb:vmlib/lb:extsk
  52. ;-libr:    .fctr    lb:syslib.p21/dl
  53. @lb:rmsrlx
  54. ;@lb:daprlx
  55.     .end
  56.