Section 1: General Information
27
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual Not for Distribution
Beta Version February 2, 2001
1.4.8.6. Section Numbers and Storage Classes
Symbols having certain storage classes are also restricted to having certain
section numbers. Table 1.21 summarizes the relationship between storage class
and section number.
Storage
Class
Section Number
C_AUTO N_ABS
C_EXT N_ABS, N_UNDEF, N_SCNUM
C_STAT N_SCNUM
C_REG N_ABS
C_LABEL N_UNDEF, N_SCNUM
C_MOS N_ABS
C_ARG N_ABS
C_STRTAG N_DEBUG
C_MOU N_ABS
C_UNTAG N_DEBUG
C_TPDEF N_DEBUG
C_ENTAG N_DEBUG
C_MOE N_ABS
C_REGPARM N_ABS
C_FIELD N_ABS
C_BLOCK N_SCNUM
C_FCN N_SCNUM
C_EOS N_ABS
C_FILE N_DEBUG
C_ALIAS N_DEBUG
Table 1.21: Section Number and Storage Class