This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Comment character for m68k gas v 2.9.1


I'm using a m68k gas V 2.9.1 assembler and would like be able to comment out a line with a single character, and not use C style comments -- /* comment */.  I have figured out that I can use '*' at the start of a line, and that the char '|' works everywhere.  But as you know you cant use '|' in a bitwise OR expression.  Is there any way do a bitwise OR in an expression without using '|'?  Or is there a way to change the comment character to ';' without changing the source code?

I know that I can use the --bitwise-or option, but that leaves me with C style comments.

Any info would be appreciated.
Thanks,
Bart



__________________________________________________________________
Thank you for using Netscape.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]