Macro naked_asm

1.88.0 · Source
pub macro naked_asm("assembly template", $(operands,)* $(options($(option),*))?) {
    ...
}
Expand description

Inline assembly used in combination with #[naked] functions.

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