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: Docs on At&T X86 asm syntax


On Fri, 18 Jul 2003 00:10:12 -0700 "H. J. Lu" <hjl@lucon.org> wrote:

| On Fri, Jul 18, 2003 at 08:09:48AM +0200, Sebastien DI MERCURIO wrote:
| > Hello,
| > 
| > Gcc use AT&T syntax for inline and sourcecode in
| > assembler. But it is rather different from those used
| > by Intel in their doc.
| > 
| > Some opcode doesn't have the same syntax, or same
| > name, argument passing is different, etc..
| > 
| > Where could I find a comprehensive doc on this syntax
| > ?
| > 
| 
| Go to docs.sun.com and find Solaris x86 assembler manual.

Thanks, that may be the best answer.
There are some other helpful places also, like:

http://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/Extended-Asm.html#Extended%20Asm

http://www-106.ibm.com/developerworks/linux/library/l-ia.html

http://www.tldp.org/HOWTO/Assembly-HOWTO/gcc.html

http://www.delorie.com/djgpp/doc/brennan/brennan_att_inline_djgpp.html

http://www.ussg.iu.edu/hypermail/linux/kernel/9804.2/0953.html

--
~Randy


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