Datasheet
Via File Syntax
A-4 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI 0067D
• Lines beginning with a semicolon (;) or a hash (#) character as the first
non-whitespace character are comment lines. If a semicolon or hash character
appears anywhere else in line, it is not treated as the start of a comment. For
example:
-o objectname.axf ;this is not a comment
A comment ends at the end of a line, or at the end of the file. There are no
multi-line comments, and there are no part-line comments.