インラインアセンブラ

単純形式

asm( "instruction" )

命令セット

拡張形式

asm( "template" [ : [ "constraint" ( output-operand ) [ , ... ] ]
                  [ : [ "constraint" ( input-operand ) [ , ... ] ]
                    [ "clobber" [ , ... ] ]
                  ]
                ] );