28.2.11 __builtin_disi
Description
Disable all interrupts for a specified number of instruction cycles. See Enabling/Disabling Interrupts.
Will emit the specified DISI instruction at the point it appears in the source program:
disi #<disi_count>
Prototype
void __builtin_disi(int disi_count);
Argument
disi_count
instruction cycle count. Must be a literal integer
between 0 and 16383.
Return Value
N/A
Assembler Operator/ Machine Instruction
disi.f