Macro naked_asm

macro naked_asm("assembly template", $(operands,)* $(options($(option),*))?) {
    ...
}

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.