Align, Comment – Zilog EZ80F916 User Manual
Page 217

UM014423-0607
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
197
•
•
•
•
•
•
•
•
•
•
“Structures and Unions in Assembly Code” on page 210
ALIGN
Forces the object following to be aligned on a byte boundary that is a multiple of <value>.
Synonym
.align
Syntax
<align_directive> = >
ALIGN
<value>
Example
ALIGN 2
DW EVEN_LABEL
.COMMENT
The
.COMMENT
assembler directive classifies a stream of characters as a comment.
The
.COMMENT
assembler directive causes the assembler to treat an arbitrary stream of
characters as a comment. The delimiter can be any printable ASCII character. The assem-
bler treats as comments all text between the initial and final delimiter, as well as all text on
the same line as the final delimiter.
You must not use a label on this directive.
Synonym
COMMENT
Syntax
.COMMENT
delimiter [ text ] delimiter