This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Documentation on {} and | in inline asm to allow Intel syntax?


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]