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.