Rust supports using inline assembly to do this via the asm! macro. The syntax roughly matches that of GCC & Clang: asm!(assembly template : output operands ...
確定! 回上一頁