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: Question about inline asm


Marcos Lois Bermúdez wrote:
I use m68k targe, i also wnat to know i what file i can see the indentifiers that can i put in the asm instruction, for example in x86, the r mean a register, a the eax register, etc...

See the documentation, e.g.


http://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/Machine-Constraints.html#Machine%20Constraints

This documentation isn't always maintained as well as it should be. The gcc sources are a better place to look for info.
--
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]