Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug in assembler mode

8 views
Skip to first unread message

rustom

unread,
Oct 25, 2008, 5:38:49 AM10/25/08
to
I was writing code in assembly (gas under linux)
Wanted to comment out something and used comment region.

It put semicolons.

I dont know gas very well and I did not think about it.

After a long time of weird behavior in which a file that was only
changed in its 'comments' was behaving different from one that was
not, I looked at the gas manual and find that semicolon is like in C
-- a statement separator.

martin rudalics

unread,
Oct 25, 2008, 6:31:12 AM10/25/08
to rusto...@gmail.com, help-gn...@gnu.org

Maybe you should try `gas-mode'

http://www.hczim.de/software/gas-mode.html

instead of asm-mode shipped with Emacs.

martin

0 new messages