On Fri, Jul 25, 2008 at 01:12:58PM +0000, Matthew Szudzik wrote:
> On Thu, Jul 24, 2008 at 07:16:55PM -0600, Philip Guenther wrote:
> > If you're just trying to learn the x86 instruction set, then why not
> > put your code in an __asm__() block inside a C program?  That lets the
> > compiler do all the heavy lifting.
> 
> Is there a man page that describes the __asm__ block?  The gcc man page
> only describes how to turn it on or off, and since it's nonstandard C,
> it's not described in any of the standard reference books like K&R.
> 
> 

http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Extended-Asm.html#Extended-Asm

Reply via email to