X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Wed, 30 Jan 2002 18:23:43 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Joel Saunders" Message-Id: <4331-Wed30Jan2002182342+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (jbs30000 AT aol DOT com) Subject: Re: Out of curiosity References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Joel Saunders" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 30 Jan 2002 15:27:46 +0000 (UTC) > > But anyway, my question is, I read on > http://www.delorie.com/djgpp/v2faq/faq17_1.html > The following: > "Note that Binutils maintainers are working on adding an option to Gas > which will cause it accept the Intel syntax as well, so it is most > probable that beginning with Binutils 2.10, Gas will have this feature." > And I'm just curious, is that feature availible now? It's available for quite some time, yes (current version of Binutils is 2.11.2, so 2.10 happened already). But note that this doesn't help you with inline assembly, because GCC cannot emit Intel-style assembly. So you can only use Intel syntax in files written entirely in assembly.