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

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