Date: Sun, 7 Mar 1999 13:48:37 +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: <7bsmc2$rvt$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: > So neither one is really better than the other...it's just religious...like > whether to comment or to document? No, it's not religious. GCC produces its assembly output in the AT&T style, so it must use Gas which accepts that style. NASM doesn't accept AT&T style, so it cannot be used with the compiler. But you *can* use NASM to compile assembly-language modules.