232
Section 3: Assembler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
END — End Assembly
Syntax
END
Description
The
END
directive ends assembly in the current source file. Any assembler
statements appearing after this directive are ignored.
.endc — End Comment Block
Syntax
.endc
Description
The
.endc
directive ends a comment block (see
.cmnt
directive). Note that the
.endc
directive is
not
the same as the
ENDC
directive.
ENDC — End Conditional Assembly Block
Syntax
ENDC
Description
The
ENDC
directive ends a conditional assembly block (see
IFC
,
IFNC
, and
IFcc
directives).
Example
IFNE debug
JSR mem_dump
ENDC