hi all, is there an editor for GNU assembler that highlights the assembly commands, I have been using scite and it only highlights for "regular" assembly.
Thanks
5 replies to this topic
#1
Posted 04 September 2011 - 04:21 AM
|
|
|
#2
Posted 04 September 2011 - 07:38 AM
Vim highlights GNU Assembly code pretty well. Keep in mind that most IDEs are utilized for a handful of languages, sometimes just one language even. A general-purpose programming editor will usually have more variety in the way of syntax highlighting.
Programming is a journey, not a destination.
#3
Posted 04 September 2011 - 04:32 PM
I don't know whether it highlights GNU assembly, but from my experience, Notepad++ is better than SciTE.
#4
Posted 04 September 2011 - 06:28 PM
SciTE can be customized. If you open up the language file you can modify the rules for what gets highlighted and what doesn't. The default is MASM, which I never use; changing it to NASM wasn't that bad, so I'm guessing GNU ASM won't be too bad either.
sudo rm -rf /
#5
Posted 04 September 2011 - 06:41 PM
So can Notepad++. You need just to modify the "langs.xml" and "langs.model.xml" which are located in the Notepad++ program's directory (I think the two files have the same contents; probably for backup purposes); those files have all the instructions and register names for assembly.
Though I don't really understand XML files.
Though I don't really understand XML files.
#6
Posted 04 September 2011 - 08:16 PM
I have a tiny bit of xp with xml, I will give it a try...ascent for vim I didn't find a GUI
Thanks for the help.
Thanks for the help.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









