core::arch

Macro global_asm

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

Module-level inline assembly.

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