Jump to content

editor for GNU assembly

- - - - -

  • Please log in to reply
5 replies to this topic

#1
untitled_1

untitled_1

    Learning Programmer

  • Members
  • PipPipPip
  • 89 posts
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

#2
DarkLordofthePenguins

DarkLordofthePenguins

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 409 posts
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
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,252 posts
  • Location:C:\Countries\US
I don't know whether it highlights GNU assembly, but from my experience, Notepad++ is better than SciTE.

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,705 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
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
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,252 posts
  • Location:C:\Countries\US
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.

#6
untitled_1

untitled_1

    Learning Programmer

  • Members
  • PipPipPip
  • 89 posts
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.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users