Date: Sun, 7 Mar 1999 13:48:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Paganini " cc: djgpp AT delorie DOT com Subject: Re: Assembler types In-Reply-To: <7bran9$eoh$1@news3.infoave.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 6 Mar 1999, Paganini 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.