34
Section 1: General Information
TI-89 / TI-92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
1.4.9.6. Arrays
The auxiliary table entries for arrays have the format shown in Table 1.31.
Bytes Declaration Name Description
0-3
unsigned long symbol.tag_index
Tag index
4-5
unsigned short symbol.u1.s.c_line_nbr
Line number of declaration
6-7
unsigned short symbol.u1.s.size
Size of array
8-9
unsigned short symbol.u2.array_dim[0]
First dimension
10-11
unsigned short symbol.u2.array_dim[1]
Second dimension
12-13
unsigned short symbol.u2.array_dim[2]
Third dimension
14-15
unsigned short symbol.u2.array_dim[3]
Fourth dimension
16-17 – – Unused (filled with 0's)
Table 1.31: Auxiliary Symbol Entry for Arrays
1.4.9.7. Tag Names
The auxiliary symbol table entries for tag names have the format shown in
Table 1.32.
Bytes Declaration Name Description
0-5 – – Unused (filled with 0's)
6-7
unsigned short symbol.u1.s.size
Size of structure, union, or
enumeration
8-11 – – Unused (filled with 0's)
12-15
unsigned long symbol.u2.s. end_index
Index of next entry beyond this
structure, union, or enumeration
16-17 – – Unused (filled with 0's)
Table 1.32: Auxiliary Symbol Entry for Tag Names