User forums > Using Code::Blocks

where can I find AT&T Assembly in Syntax highlighting

(1/1)

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?

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

--- End quote ---
Thanks, it was informative.

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

Navigation

[0] Message Index

Go to full version