Messages in this thread |  | | | From | Andrew Mileski <> | | Subject | Re: Assembly language code in Kernel | | Date | Mon, 25 Mar 1996 11:29:34 -0500 (EST) |
| |
>I have been trying to figure out all of this assembly code in include/asm. >Can anyone point out some good resource on the GNU C assembly for 386 >and above. I tried seeing GCC man pages to see the syntex of __asm__ >statements but it did not help much.
Look at the GCC 'info' file. It has an okay explanation - not the best, but okay. It helps to look at a lot of code while reading this.
-- Andrew E. Mileski -- -------------------------------------------------------------- mailto:dmtech@magi.com http://www.redhat.com/~aem/ "The best programmers are lazy", so I'm told. I haven't gotten around to seeing if it is true or not though.
|  |