Everything
5.1.7 Coding of Comments

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.