pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
...
}
Expand description
Inline assembly.
Refer to rust by example for a usage guide and the reference for detailed information about the syntax and available options.
pub macro asm("assembly template", $(operands,)* $(options($(option),*))?) {
...
}
Inline assembly.
Refer to rust by example for a usage guide and the reference for detailed information about the syntax and available options.