Module asm

Source
Expand description

Miscellaneous assembly instructions

Functionsยง

barrier
A compiler fence, prevents instruction reordering.
nop
A no-operation. Useful to prevent delay loops from being optimized away.