|
| SSKDEF Assembler Statement| Arguments |
SSKDEF number
| | Description | The SSKDEF statement specifies a number (0-7) that sets the size of the system stack. Only one SSKDEF statement may appear in a program. | number | System Stack Size | Address Range |
|---|
| 0 | 256 Words | 0FA00h-0FBFFh | | 1 | 128 Words | 0FB00h-0FBFFh | | 2 | 64 Words | 0FB80h-0FBFFh | | 3 | 32 Words | 0FBC0h-0FBFFh | | 4 | 512 Words | 0F800h-0FBFFh | | 5 | Reserved | Do Not Use | | 6 | Reserved | Do Not Use | | 7 | Unlimited | |
Note - The number specified with the SSKDEF statement is an index into a pre-defined table of stack sizes. It is not the actual size of the system stack.
| | Example |
SSKDEF 1
|
|
|