I'm now developing on Assembly under Linux, but I love to develop on a editor that have syntax highlight feature. Then I want to know what is the best one for Assembly(that has syntax highlight).
+1
A:
Nano offers syntax highlighting for assembly and most other popular languages, and has a fairly simple and easy-to-learn interface.
Mike
2010-01-28 22:23:05
The word-wrap "feature" is why I stopped using Nano and instead just read enough of the man page for vi to use it.
Earlz
2010-01-28 22:32:16
@earlz set nowrap in your nanorc, or are you referring to something else?
Mike
2010-01-28 22:35:29
+7
A:
Vim is my preferred editor. It supports syntax highlighting of assembly code, and if you don't like the default, you can always change it.
See also this SO question for more on the Vim assembly syntax highlighting.
Håvard S
2010-01-28 22:25:27
+4
A:
emacs, the operating system in an editor.
Kitchen sink included, and is plumberable on the fly.
Paul Nathan
2010-01-28 22:25:42
Emacs is a great operating system. The only thing it's missing is a really compelling and intuitive text editor.
Mike
2010-01-28 22:30:05
+1
A:
If your not wanting to go with a console editor, then I have 3 recommendations.
- Code::Blocks
- Kate
- SciTE.
Earlz
2010-01-28 22:33:13
gvim isn't considered a console editor(have the power of vim, but graphical) **;-)**
Nathan Campos
2010-01-28 23:02:03