Macro core::arch::asm[][src]

pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
    ...
}
🔬 This is a nightly-only experimental API. (asm #72016)

inline assembly is not stable enough for use and is subject to change

Expand description

内联汇编。

请阅读 unstable book 的用法。