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