24
Section 1: General Information
TI-89 / TI-92 Plus Sierra C Assembler Reference Manual Not for Distribution
Beta Version February 2, 2001
1.4.8.3. Storage Classes for Special Symbols
Some of the special symbols listed in Table 1.14 are restricted to certain storage
classes. Table 1.18 lists the restricted special symbols with their allowed storage
classes. Also, the storage classes C_FILE, C_BLOCK, C_FCN, and C_EOS are
used only with the special symbols they are shown associated with in Table 1.18.
Special Symbol Storage Class
.file C_FILE
.bb C_BLOCK
.eb C_BLOCK
.bf C_FCN
.ef C_FCN
.target C_AUTO
.
xfake
C_STRTAG, C_UNTAG, C_ENTAG
.eos C_EOS
.text C_STAT
.data C_STAT
.bss C_STAT
Table 1.18: Storage Class of Special Symbols