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

  1. [LANGUAGE english; PARENT keywords; PAGE 11-32]
  2. [C;6;B]        DICE
  3. [7]Default: normal link
  4. [J;1;N]
  5.   DICE compatible option enable lk to link dice objects. This does \
  6. not make lk 100% compatible. DLINK is really very special... Note \
  7. that file with '.lib' extension will automatically be linked as \
  8. library files, the option AUTOLIBRARY is not necessary.
  9.  
  10.   This option automatically set the CC flag for you. Anyway you \
  11. have to use all the following instruction to make a dice link:
  12.  
  13.       DICE        ALV
  14.       SMALLCODE   SMALLDATA
  15.       OFFSET -$7FFE
  16.       DEFINE   __DATA_BAS = __DATA_BASE
  17.                __DATA_LEN = __DATA_LENGTH
  18.                __BSS_LEN  = __BSS_LENGTH
  19.                __RESIDENT = __ISPURE
  20.  
  21.   The instruction USELASTDEFINE will be used to change the usage \
  22. mode of the C libraries.
  23.  
  24.   See also:
  25. [L;3][LINK auto]            Auto-Init/Exit
  26. [LINK block]                BLOCKHUNK
  27. [LINK block]                BLOCKUNIT
  28. [LINK cc]                CC
  29. [LINK slink]                SLINK
  30. [LINK uselastdefine]            USELASTDEFINE
  31. [5; LINK about; GOTO address]        Become Registred
  32.