devela::all

Macro asm

1.59.0 ยท Source
pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
    ...
}
Expand description

core Inline assembly.

Re-exported from core::arch:: .


Inline assembly.

Refer to Rust By Example for a usage guide and the reference for detailed information about the syntax and available options.