LINK Help (linkx.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
STACKSIZE Statement
                                             Up Contents Index Back
─────STACKSIZE Statement────────────────────────────────────────────────────
 
     Syntax:  STACKSIZE number
 
     This statement specifies the size of the stack in bytes. It
     performs the same function as LINK's /STACK option. If both are
     used, the STACKSIZE statement overrides the /STACK option.
     See: /STACK Option
 
     The <number> must be a positive integer, in decimal or C-language
     notation, up to 64K.
     See: Entering Numeric Arguments
 
     Example
 
          STACKSIZE 4096
 
     This example allocates 4,096 bytes of stack space.
                                    -♦-