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.
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.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.