home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / prime / 2007 < prev    next >
Encoding:
Text File  |  1992-08-28  |  2.6 KB  |  97 lines

  1. Newsgroups: comp.sys.prime
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!primerd.prime.com!tiger1.prime.com!cummings
  3. From: cummings@tiger1.prime.com (Kevin J. Cummings)
  4. Subject: Re: "Re: P$MAXF1TRF"
  5. Message-ID: <1992Aug28.114739@tiger1.prime.com>
  6. Sender: usenet@primerd.prime.com (Usenet)
  7. Organization: Prime Computer, Inc.
  8. References:  <9208280105.AA01624@usenet.rpi.edu>
  9. Date: Fri, 28 Aug 1992 15:47:39 GMT
  10. Lines: 85
  11.  
  12. In article <9208280105.AA01624@usenet.rpi.edu>, DUNC@CBRPN1.Prime.COM (Duncan Roe) writes:
  13. > OK, FINDIT
  14. > [FINDIT Rev 22.1.1 (<ID>+<segment>/<offset> available)]
  15. > Entry name:- P$MAXF1TRF
  16. > Link resolves to segment 000032, word 173556
  17. > Doesn't look like an ECB ...
  18.  
  19. It's not an ECB.  I said it was a masking table!
  20.  
  21. > Wordno  Contents
  22. > ======  ========
  23. > 173556    100000
  24. > 173557    040000
  25. > 173560    020000
  26. > 173561    010000
  27. > 173562    004000
  28. > 173563    002000
  29. > 173564    001000
  30. > 173565    000400
  31. > 173566    000200
  32. > 173567    000100
  33. > 173570    000040
  34. > 173571    000020
  35. > 173572    000010
  36. > 173573    000004
  37. > Entry name:- P$MAXF1TRF+20
  38.  
  39. This is a DYNAMIC LINK (with an offset).  Useful for folding
  40. compile time constant offsets into a dymanically linked IP.
  41. This is the support I had to add to SEG for T3.0-23.0 since SPL
  42. was generating them.
  43.  
  44. > Link resolves to segment 000032, word 173576
  45. > Doesn't look like an ECB ...
  46. > Wordno  Contents
  47. > ======  ========
  48. > 173576    077777   
  49. > 173577    137777  ?
  50. > 173600    157777  _
  51. > 173601    167777  o
  52. > 173602    173777  w
  53. > 173603    175777  {
  54. > 173604    176777  }
  55. > 173605    177377  ~
  56. > 173606    177577  
  57. > 173607    177677  ?
  58. > 173610    177737  _
  59. > 173611    177757  o
  60. > 173612    177767  w
  61. > 173613    177773  {
  62. > Entry name:-
  63. > OK, ED PRIRUN>RING3.MAP
  64. > EDIT
  65. > L P$MAXF1
  66. >   P$MAXF1T  0032  173556  OTHER
  67. > PP
  68. >   P$LRL8    0032  173153  OTHER
  69. >   P$LLR11   0032  173454  OTHER
  70. >   P$LLR8    0032  173454  OTHER
  71. >   P$LRR11   0032  173455  OTHER
  72. >   P$LRR8    0032  173455  OTHER
  73. >   P$MAXF1T  0032  173556  OTHER
  74. >   P$MAXT1F  0032  173576  OTHER
  75. >   P$MAXFRT  0032  173616  OTHER
  76. >   P$MAXTRF  0032  173637  OTHER
  77. >   P$MLXF1T  0032  173660  OTHER
  78. >   P$MLXT1F  0032  173760  OTHER
  79. > Q
  80. > OK, COMO -E
  81. > I can send a copy of FINDIT.PMA to anybody who would like one.
  82. > ------------------------------------------------------------------------
  83. > Disclaimer: Nothing of the above reflects official statements of Prime
  84. > Computer Inc., nor of Prime Computer of Australia, nor the author's...
  85. > ------------------------------------------------------------------------
  86.  
  87. No thanx, we have something similar here already!  But maybe another customer
  88. would like it B^)!
  89.