Mail Archives: djgpp/1999/03/07/06:49:46
On Sat, 6 Mar 1999, Paganini <Nathan E. Banks> wrote:
> Could someone explain the difference between AT&T, intell, and NASM
> assebler? How are they different?
The DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP)
answers these questions in sections 17.1 and 17.2.
> Why does DJGPP use NASM and AT&T but not intell?
DJGPP doesn't use NASM, it uses Gas, the GNU assembler, which accepts
the AT&T style. The reason is history: the AT&T style predates the
Intel's, and is supported by other architectures as well.
- Raw text -