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

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