as: M68K-Chars

1 
1 9.23.6.2 Special Characters
1 ...........................
1 
1 Line comments are introduced by the '|' character appearing anywhere on
1 a line, unless the '--bitwise-or' command line option has been
1 specified.
1 
1    An asterisk ('*') as the first character on a line marks the start of
1 a line comment as well.
1 
1    A hash character ('#') as the first character on a line also marks
1 the start of a line comment, but in this case it could also be a logical
1 line number directive (⇒Comments) or a preprocessor control
1 command (⇒Preprocessing).  If the hash character appears
1 elsewhere on a line it is used to introduce an immediate value.  (This
1 is for compatibility with Sun's assembler).
1 
1    Multiple statements on the same line can appear if they are separated
1 by the ';' character.
1