home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 029.lha / StructureBrowser / sb.doc < prev    next >
Text File  |  1987-04-02  |  2KB  |  44 lines

  1. Panorama Librarian:
  2. Please read note at bottom
  3. ********************* CUT HERE *********************
  4.  
  5. Structure Browser
  6.  
  7. The Transactor, May 1987, Volume 7, Issue 6
  8.  
  9. There are two changes from the original listings for Lattice C.
  10. One relates to the size of an integer in the defines. The size of an
  11. integer in Aztec is sixteen bits, however, Lattice uses thirty-two.
  12. I changed the define to SHORT.  The other change is in one of the
  13. structure definitions where a BYTESIZE definition needed to be
  14. padded to sixteen bits by calling it INTSIZE for proper alignment
  15. purposes.  These are all the changes I can remember I had to do.
  16.  
  17. I also have added a few additional structure definitions and will
  18. be adding more as I find spare time.
  19.  
  20. One thing to remember when traversing linked structures...  the
  21. Amiga is constantly in action and what may have been a valid pointer
  22. when it was displayed but may be pointing to garbage by the time you
  23. actually look at the data it was pointing to.
  24.  
  25. Anybody interested in looking at the nitty-gritties of the system
  26. should find this program interesting and possibly even enlightening.
  27.  
  28. Please buy a copy of the magazine to help support the publishing of
  29. additional excellent programs like this one.  There are also two
  30. other Amiga articles in the same issue.  The first gives some insight
  31. into the infamous GURU messages and the other describes Amiga file
  32. structures.
  33.  
  34. ********************** CUT HERE ***********************
  35.  
  36. Panorama Librarian: Please confirm we can release this
  37. without violating any copyright notices.
  38.  
  39. The fine print on page 2 states...
  40.  
  41.      "All material is copyright by Transactor Publications
  42.       Inc.  Reproduction in any form without permission is
  43.       in violation of applicable laws."
  44.