[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gas-mode.el - Comments welcome
From: |
Masatake YAMATO |
Subject: |
Re: gas-mode.el - Comments welcome |
Date: |
Thu, 31 May 2007 03:23:49 +0900 (JST) |
(Is it ready to discuss new future:-P)
> A few days ago, I have posted gas-mode.el, a mode to edit assembly
> language files, to gnu.emacs.sources. I once started out to write
> this code since I was not satisfied with the current asm-mode.
Me, too. My interests are comment char and font-locking.
Which architecture are you targeting on? i386?
If you are interested in multiple architecture support, please look at
my old post and rms's comment.
- http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00321.html
- http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00343.html
gdb-ui.el could show disassembled code. If gas-mode can supports
font-locking well on multiple architectures' assembly code,
gas-mode's font-locking code can be applied to gdb-ui.el.
Masatake YAMATO