Keil™, An ARM® Company

A166 User's Guide

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.

numberSystem Stack SizeAddress Range
0256 Words0FA00h-0FBFFh
1128 Words0FB00h-0FBFFh
264 Words0FB80h-0FBFFh
332 Words0FBC0h-0FBFFh
4512 Words0F800h-0FBFFh
5ReservedDo Not Use
6ReservedDo Not Use
7Unlimited 

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