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

  1. [LANGUAGE english; PARENT keywords; PAGE 11-80]
  2. [C;6;B]        OVERLAY <filename> ... END
  3. [7]Default: OBJECT (No overlay)
  4. [J;1;N]
  5.   Only the commercial version will have this instruction fully \
  6. supported. Registred people will receive that version.
  7.  
  8.   All object files defined between OVERLAY and END keywords \
  9. will be linked into the overlay part of the file. Each \
  10. unit of each object file will represent an overlay unit \
  11. into the destination file. Memory attributes keywords are \
  12. valid within that définition. You may also write:
  13.  
  14.   OVERLAY
  15.     FAST prog1.o
  16.     CHIP pic1.o
  17.     PUBLIC port_n_msg.o
  18.   END
  19.  
  20.   Note: The sharp sign (#) is a synonym of END keyword to \
  21. keep the compatibility with Blink and Slink. The star sign \
  22. (*) is simply taken as a space character (If you use a star \
  23. as part of a DOS pattern, you will have to enclose your file \
  24. name within cotes.)
  25.  
  26.   See also:
  27. [L;3][LINK autooverlay]            AUTOOVERLAY
  28. [LINK filename]                <filename>
  29. [LINK nodataoverlaid]            NODATAOVERLAID
  30. [LINK nospecialdebug]            NOOVLDEBUG
  31. [LINK overlayobject]            OVERLAYOBJECT
  32. [LINK shortreloc]            SHORTRELOCOVERLAY
  33. [LINK ovl]                The Overlays
  34. [5; LINK about; GOTO address]        Become Registred
  35.