Macro core::arch::asm [−][src]
pub macro asm("assembly template", $(operands,) * $(options($(option), *)) ?) {
...
}
Expand description
Inline assembly.
Read the unstable book for the usage.
pub macro asm("assembly template", $(operands,) * $(options($(option), *)) ?) {
...
}
Inline assembly.
Read the unstable book for the usage.