This is the mail archive of the gcc-bugs@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]

Re: Inline asm - adding opcode for unsupported instruction "pause"?


> The Pentium IV adds a new instruction "pause" with an opcode of F3 90. 
> My version of gcc doesn't support it.  I would like to simply imbed the
> bytes F3 90.  How do I do that?
> 
> 
> -- 
> Timur Tabi - ttabi@interactivesi.com
> Interactive Silicon - http://www.interactivesi.com

This isn't an gcc bug, btw.

You should use inline assembly, and use whatever
pseudo-ops are used by your back-end assembler
to embed byte data.

Toshi



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