1,885
edits
Changes
no edit summary
If memory is altered by the asm code, the string "memory" should be added to the clobber list. In most cases, the <code>volatile</code> keyword should also be addded.
== Resources ==
* [http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Extended-Asm.html GNU Assembler Manual]
** Specifically, see the [http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Extended-Asm.html Assembler Instructions with C Expression Operands] section