GCC inline-assembler: "__asm__ __volatile__(....."

Programming, for all ages and all languages.
Post Reply
Perica
Member
Member
Posts: 454
Joined: Sat Nov 25, 2006 12:50 am

GCC inline-assembler: "__asm__ __volatile__(....."

Post by Perica »

..
Last edited by Perica on Sun Dec 03, 2006 9:21 pm, edited 1 time in total.
Jamethiel

Re:GCC inline-assembler: "__asm__ __volatile__(.....&qu

Post by Jamethiel »

GCC Info file -> C Extensions -> Extended Asm.

Also see, in the C Extensions section, Constraints, Asm Labels, Explicit Reg Vars, and Alternate Keywords.

Hope this helps.
Post Reply