◄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. -♦-