Macro core::arch::global_asm1.59.0[][src]

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.