Manuals about inlining asm in C

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Thunder

Manuals about inlining asm in C

Post by Thunder »

Where can I get manuals how inline asm commands in c language
Thanks
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Manuals about inlining asm in C

Post by Pype.Clicker »

you should get this information with your C compiler.
if you have installed a GCC version, this is in "info gcc" then search for "assembly extension" ...
Whatever5k

Re:Manuals about inlining asm in C

Post by Whatever5k »

Thunder

Re:Manuals about inlining asm in C

Post by Thunder »

Thanks abless :D
Post Reply