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

  1. [LANGUAGE english; PARENT keywords; PAGE 11-102]
  2. [C;6;B]        SINGLE
  3.         SINGLEBSS or SGB
  4.         SINGLECODE or SGC
  5.         SINGLEDATA or SGD
  6.         SINGLEHUNK
  7.         SINGLEUNIT or SGU
  8. [7]Default: NORM
  9. [J;1;N]
  10.   Note: I take the right to tell you that the SMALL???? \
  11. instructions are more valuable to produce clean executable \
  12. than those ones.
  13.  
  14.   Ask for one hunk of specified type. While different type of memory \
  15. may have been defined for each hunk, a way of priority was \
  16. defined. If only one type of hunk exist, the single hunk \
  17. will be of that type. If any of the hunk is for CHIP memory \
  18. the resulting hunk will be in chip memory. If any of the hunk is \
  19. for FAST memory, and no CHIP hunk exists, the resulting hunk \
  20. will be in fast memory.
  21.   The SINGLE instruction is an equivalent to all SINGLE??? \
  22. instructions, except SINGLEHUNK.
  23.   The SINGLEHUNK instruction transforms all hunks into \
  24. one single hunk of type CODE, the BSS's will be transformed \
  25. into large areas of zeroes. This instruction should be used \
  26. in conjunction with all other SINGLE??? instructions if you want \
  27. to have an x-hunk.
  28.  
  29.   This function generates a lot of warning if a lot \
  30. of hunk have different memory requirements. You may \
  31. use the NOWARNING command to avoid all of them.
  32.  
  33.   In the case of a library (Note SINGLEUNIT only is valid) \
  34. this instruction will create a single unit. Most of the time \
  35. this has the effect of destroying a C library.
  36.  
  37.   Note: this instruction does not replace the ONEDATA one.
  38.  
  39.   See also:
  40. [L;3][LINK createlibrary]        CREATELIBRARY
  41. [LINK for]                FOR
  42. [LINK frag]                FRAGBSS
  43. [LINK frag]                FRAGCODE
  44. [LINK frag]                FRAGDATA
  45. [LINK nowarning]            NOWARNING
  46. [LINK norm]                NORM
  47. [LINK norm]                NORMBSS
  48. [LINK norm]                NORMCODE
  49. [LINK norm]                NORMDATA
  50. [LINK norm]                NORMHUNK
  51. [LINK norm]                NORMUNIT
  52. [LINK onedata]                ONEDATA
  53. [LINK small]                SMALL
  54. [LINK small]                SMALLBSS
  55. [LINK small]                SMALLCODE
  56. [LINK small]                SMALLDATA
  57. [LINK small]                SMALLHUNK
  58. [LINK small]                SMALLUNIT
  59. [LINK warninglevel]            WARNINGLEVEL
  60. [5; LINK about; GOTO address]        Become Registred
  61.