as: MSP430-Chars

1 
1 9.29.2.2 Special Characters
1 ...........................
1 
1 A semicolon (';') appearing anywhere on a line starts a comment that
1 extends to the end of that line.
1 
1    If a '#' appears as the first character of a line then the whole line
1 is treated as a comment, but it can also be a logical line number
DONTPRINTYET 1 directive (⇒Comments) or a preprocessor control command (*note1DONTPRINTYET 1 directive (⇒Comments) or a preprocessor control command (⇒
 Preprocessing).
1 
1    Multiple statements can appear on the same line provided that they
1 are separated by the '{' character.
1 
1    The character '$' in jump instructions indicates current location and
1 implemented only for TI syntax compatibility.
1