4.2.6.1 Single-Line Comment

This type of comment extends from the comment character to the end of the line. For a single line comment, use a semicolon (‘;’).

Example:

mov w0, w1	;The rest of this line is a comment.