28.2.13 __builtin_disi

Description

Disable all interrupts for a specified number of instruction cycles. See 15.6 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(int16_t disi_count);

Argument

disi_count - instruction cycle count. Must be a literal integer between 0 and 16383.

Return Value

N/A

Machine Instruction

disi