SPNU118Y September 1995 – February 2020
LABEL VALUE -DEFN REF
.TI_ARM 00000001 0
.TI_ARM_16BIS 00000000 0
.TI_ARM_32BIS 00000001 0
.TI_ARM_BIG 00000001 0
.TI_ARM_LITTLE 00000000 0
.ti_arm 00000001 0
.ti_arm_16bis 00000000 0
.ti_arm_32bis 00000001 0
.ti_arm_big 00000001 0
.ti_arm_little 00000000 0
STACKSIZE 00000200 9 10 63
__stack 00000000- 10 5 62
dispatch REF 29 60
reset 00000000' 34 16 19 30
stack 00000024' 62 52
stacksz 00000028' 63 54
| Label | column contains each symbol that was defined or referenced during the assembly. |
| Value | column contains an 8-digit hexadecimal number (which is the value assigned to the symbol) or a name that describes the symbol's attributes. A value may also be preceded by a character that describes the symbol's attributes. Table 4-8 lists these characters and names. |
| Definition | (DEFN) column contains the statement number that defines the symbol. This column is blank for undefined symbols. |
| Reference | (REF) column lists the line numbers of statements that reference the symbol. A blank in this column indicates that the symbol was never used. |
| Character or Name | Meaning | |
|---|---|---|
| REF | External reference (global symbol) | |
| UNDF | Undefined | |
| ' | Symbol defined in a .text section | |
| " | Symbol defined in a .data section | |
| + | Symbol defined in a .sect section | |
| - | Symbol defined in a .bss or .usect section |