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

  1.     .psect    topmem    ,d,rw,gbl,ovr,rel
  2.     .name    utl
  3.     .name    err
  4.     .name    sr
  5.  
  6.     .root    rm-lb0:[1,1]rmslib/lb-senrec,utilty,error,topmem
  7. rm:    .fctr    a-b-c-d-e-f-g-errdvr-mem-sub
  8. a:    .fctr    k11pak
  9. b:    .fctr    k11dat
  10. c:    .fctr    k11rms
  11. d:    .fctr    k11m41
  12. e:    .fctr    k11cmd-k11cm1
  13. f:    .fctr    k11lcl
  14. g:    .fctr    k11wld
  15.  
  16. senrec:    .fctr    sr-*(k11sen,k11rec)
  17.  
  18. set0:    .fctr    k11st0
  19. set1:    .fctr    k11st1
  20. show:    .fctr    k11sho
  21. connec:    .fctr    k11con
  22. help:    .fctr    k11hlp
  23. server:    .fctr    k11ser
  24. transf:    .fctr    k11tra
  25. debug:    .fctr    k11deb
  26. utilty:    .fctr    utl-*(set0,set1,show,server,connec,help,transf,debug)
  27. errdvr:    .fctr    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-*(er1,er2,er3,direrr,hl,copy,cmdlst,conver-atr) 
  37.  
  38. copy:    .fctr    k11cpy
  39. er1:    .fctr    k11er1
  40. er2:    .fctr    k11er2
  41. er3:    .fctr    k11er3
  42. direrr:    .fctr    k11der
  43. sub:    .fctr    k11sub
  44. hl:    .fctr    k11dfh
  45. cmdlst:    .fctr    k11com
  46. conver:    .fctr    k11cvt
  47. atr:    .fctr    k11atr-k11ini
  48.  
  49. ;    Get some memory please
  50.  
  51. mem:    .fctr    lb:[1,1]VMLIB/lb:inidm:extsk
  52.  
  53.  
  54. ;;;;@k11dap.m41
  55.  
  56.  
  57.     .end
  58.