home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11776 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.0 KB  |  25 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!fuug!mits!rkaivola
  3. From: rkaivola@mits.mdata.fi (Risto Kaivola)
  4. Subject: LoadSeg and order of hunks
  5. Message-ID: <1992Jul29.135349.21773@mits.mdata.fi>
  6. Organization: Microdata International Telecomm Service, Helsinki, Finland
  7. Date: Wed, 29 Jul 1992 13:53:49 GMT
  8. Lines: 15
  9.  
  10.   The AmigaDOS function LoadSeg() loads a load module into memory.
  11. I would like to know whether the resulting segment list is
  12. guaranteed to reflect the order of hunks in the load module.  That
  13. is, is the order of the segments in the segment list the same as
  14. the order of code and data hunks in the load module?
  15.   The reason why I ask is that I have a custom linker (works on
  16. standard AmigaDOS object modules, though) that supports a special
  17. feature by which a list of machine language instructions in the
  18. load module can be linked to a high-level source.  The feature
  19. is implemented by means of the hunk_debug, so I'm not breaking the
  20. rules.
  21.  
  22. -- 
  23. Risto Kaivola
  24. (Internet address:   rkaivola@mits.mdata.fi)
  25.