This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Documentation on {} and | in inline asm to allow Intel syntax?
- From: James E Wilson <wilson at specifixinc dot com>
- To: Danny Smith <dannysmith at users dot sourceforge dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 08 Nov 2004 13:06:49 -0800
- Subject: Re: Documentation on {} and | in inline asm to allow Intel syntax?
- References: <000701c4c53c$6a06d9c0$b76d65da@DANNY>
Danny Smith wrote:
I can't find documentation on the use of {} and | in inline asm
Search for ASSEMBLER_DIALECT in tm.texi and md.texi. This may not be
what you are looking for, as this just explains how to add it to a port.
If you are looking for x86 specific instructions on how to use it,
then you have to look at the x86 port. Search for ASSEMBLER_DIALECT and
ix86_asm_dialect. Clearly the documentation could be improved here.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com