Previous: Inlining Inline Assembler Code, Up: Inline Assembler
Asm
FunctionalityThis section describes two important parameters to the Asm
procedure: Clobber
, which identifies register usage;
and Volatile
, which inhibits unwanted optimizations.