Defines the stack amount of consumption for a symbol.
[Syntax]
Symbol field
|
Mnemonic field
|
Operand field
|
Comment field
|
|
.stack
|
symble-name=value
|
[; comment]
|
[Function]
- | The .stack directive is compiler debugging information. |
[Description]
- | This defines the stack amount of consumption for a symbol. |
- | The stack amount of consumption for a symbol can only be defined once, and subsequent definitions are ignored. |
- | The stack amount of consumption can only be defined as a 4-byte range of 0x0 to 0xFFFFFFFC. If a different value is specified, then the definition is ignored. |
- | This is the function information of the C source program that the compiler outputs. |