Everything

.STACK


Defines the amount of stack usage for a symbol.

[Syntax]

Symbol field
Mnemonic field
Operand field
Comment field
 
.STACK
symbol-name=absolute-expression
[; comment]

[Function]

-

The .STACK directive is compiler debugging information.

[Description]

-

This defines the amount of stack usage for a symbol.

-

The amount of stack usage for a symbol can only be defined once, and subsequent definitions are ignored.

-

The amount of stack usage can only be a multiple of 2 within the range of 0x0000 to 0xFFFE.

-

The information handled by the .STACK directive is the function information of the C source program that the compiler outputs.