News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

where can I find AT&T Assembly in Syntax highlighting

Started by taurelx, September 29, 2011, 12:06:08 PM

Previous topic - Next topic

taurelx

where can I find AT&T Assembly in Syntax highlighting ?is it exist?

Alpha

I do not believe a lexer is currently included for that language (see Languages supported by Code::Blocks lexers).  You could test if any of the other assembly languages Code::Blocks does support have close enough syntax to work.  If you have time, you could also create a new lexer to support AT&T Assembly.

Edit: I did a bit of reading, and it appears MASM Assembly *might* be what you are looking for (note that I am inexperienced with assembly, so I could be completely am wrong).

oBFusCATed

Alpha: Here is a description of the difference between the two kinds of assembler: http://asm.sourceforge.net/articles/linasm.html#Syntax
MSASM should be in intel's syntax.

taurelx: Does Scite support AT&T assembler?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Alpha

Quote from: oBFusCATed on October 04, 2011, 04:06:50 PM
Alpha: Here is a description of the difference between the two kinds of assembler: http://asm.sourceforge.net/articles/linasm.html#Syntax
Thanks, it was informative.

(By the way, from what I can tell, SciTE only supports one type of assembly, MASM/NASM -> Intel syntax.)