core::arch

Macro naked_asm

source
pub macro naked_asm("assembly template", $(operands,)* $(options($(option),*))?) {
    ...
}
🔬This is a nightly-only experimental API. (naked_functions #90957)
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.