When I try to write AT&T X86 assembly language in a file with .s file extension, the default comment character for me is ;, but my assembler needs # as a comment character.
I have to type # manually, which is so annoying.
There's another question with the same statement in Stack Overflow, but it doesn't help.
Thanks for any help!