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

  1. [LANGUAGE english; PARENT keywords; PAGE 11-107]
  2. [C;6;B]        STARTUP <label name>
  3. [7]Default: use root (first) file
  4. [J;1;N]
  5.   Defines the startup label name. lk will search for that label \
  6. and try to use its hunk as the first hunk. The label should be \
  7. defined in a hunk of CODE type and defined with an offset of zero. \
  8. In any case lk will be able to use that label as the startup, \
  9. but it has to be the beginning of the program.
  10.   An alteration is effective over STARTUP when the instruction \
  11. OVERLAY or AUTORUN is used.
  12.  
  13.   The normal usage of lk uses three steps to determine the \
  14. hunk of code to use at start:
  15. [INDENT 5; 2]
  16.   . the very first hunk when it is of type CODE.
  17.   . searchs the first hunk of code named "TEXT" (The name is case \
  18. insensitive.)
  19.   . the first hunk of code will be used instead.
  20.   . if no hunk of code is available, no executable will be created.
  21.  
  22.   See also:
  23. [3;L][LINK autorun]            AUTORUN
  24. [LINK overlay]                OVERLAY
  25. [5; LINK about; GOTO address]        Become Registred
  26.