Section 3: Assembler
181
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
.endef — End Symbol Attribute Block
Syntax
.endef
Description
The .endef directive ends the current symbol attribute block (see .def directive).
.endif — End Conditional Assembly Block
Syntax
.endif
Description
The .endif directive ends a conditional assembly block (see .ifdef and .ifndef
directives).
Example
.ifdef
debug
jsr
mem_dump
.endif
.ends — End a Structure Template Section
Syntax
.ends
Description
The .ends directive ends a structure template section. The section that was
active prior to the structure template section is automatically resumed. Refer to
the description of the .struct directive for more information.
.extend — Generate Floating-Point Data (Extended-Precision)
Not supported by Texas Instruments. However, .extend is still recognized as a
reserved name by asm68.