Macro no_std_compat2::arch::asm
1.59.0 · source · pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) { ... }
Available on non-crate feature
std only.Expand description
Inline assembly.
Refer to rust by example for a usage guide and the reference for detailed information about the syntax and available options.