home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / pure.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  726 b   |  22 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-87]
  2. [C;6;B]        PURE or -R
  3. [7]Default: impure
  4. [J;1;N]
  5.   This instruction will turn the pure bit to ON \
  6. into your destination file. This is useless when \
  7. you create a library.
  8.   If the instruction SLINK has been used, then a \
  9. table of relocation will be created at the end of \
  10. the near data hunk (if that hunk exists.) This \
  11. table is also required when you use the startup \
  12. object file: 'cres.o', the lk automatically set \
  13. the PURE flag when 'cres.o' or 'catchres.o' are \
  14. used.
  15.  
  16.   When an executable file is read by lk, the current \
  17. flag setting is kept for the result. PURE will just \
  18. force that bit to be set.
  19.  
  20.   See also:
  21. [5; LINK about; GOTO address]        Become Registred
  22.