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: -masm=intel examples


> Wasn't this mentioned briefly in the loong thread about CW-style asm
>     syntax?

Yes indeed it was, and it is certainly a reasonable proposal.
In fact assembler programmers are more likely to be aware of
the standard Intel syntax (they are allowed to set the standard,
it's their chip design :-) than the relatively strange AT&T
syntax (strange to intel programmers!)

But it is a fair amount of work to implement this.

In fact for teaching using GCC, it would be really nice to have
this syntax available for ASM insertions.

Are there any text books (suitable for teaching from) that use
AT&T syntax for Intel?


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