[][src]Macro std::asm

macro_rules! asm {
     => { ... };
}
Deprecated since 1.44.0:

the syntax of asm! will change soon, use llvm_asm! to avoid breakage

🔬 This is a nightly-only experimental API. (asm #70173)

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

Inline assembly.

Read the unstable book for the usage.