Inline Assembly: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Creature (talk | contribs)
m Fixed typo.
Line 111: Line 111:


==Using C99==
==Using C99==
When using <tt>gcc -std=c99</tt> the <tt>asm</tt> keyword might now work directly. Instead use <tt>__asm__</tt>.
When using <tt>gcc -std=c99</tt> the <tt>asm</tt> keyword might not work directly. Instead use <tt>__asm__</tt>.


==See Also==
==See Also==