STACKSIZE Statement

Syntax: STACKSIZE number

This statement performs the same function as the LINK386 /ST option; if both are used, the STACKSIZE statement overrides the /ST option. See Control Stack Size (/ST).

The field <number> contains a positive integer. You can specify <number> in decimal, octal, or hexadecimal radix. See Entering Numeric Arguments.

Example

STACKSIZE 4096

This example allocates 4,096 bytes of local-stack space.


[Back: PROTMODE Statement]
[Next: STUB Statement]