This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -masm=intel examples
On Sat, 2004-05-15 at 13:28, Florian Weimer wrote:
> * Marek Peteraj:
>
> > i'm trying to find out which syntax exactly gcc accepts with the
> > -masm=intel switch.
>
> -masm=intel changes the *emitted* assembler code to Intel syntax.
> It doesn't change the kind of asm insertion GCC accepts.
Are there any plans to change this? The example i've mentioned in my
previous mail seems much more readable than a printf() style inline asm.
It would also make porting much more simple and painless.
Marek