Renesas Electronics
A comment is written after a semicolon (;). The assembler regards all characters from the semicolon to the end of the line as a comment.
Example:
ADD R1, R2 ; Adds R1 to R2.