pub macro asm("assembly template", $(operands,) * $(options($(option), *)) ?) { ... }
asm
Inline assembly.
Read the unstable book for the usage.