Inline Assembly: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Undo revision 7409 by Nekros (Talk)
m about C99
Line 97: Line 97:


There are of course more machine-dependent constraints you can put on the operand selection, which are listed in the info page of GCC.
There are of course more machine-dependent constraints you can put on the operand selection, which are listed in the info page of GCC.

==Using C99==

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


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