Section 3: Assembler
233
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
.endef / ENDEF — End Symbol Attribute Block
Syntax
.endef
ENDEF
Description
The
.endef / ENDEF
directive ends the current symbol attribute block (see
.def / 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