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

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