29.1.6 __builtin_disable_interrupts Built-in Function

Description

This built-in returns the value of the Status register, then disables interrupts by clearing the Interrupt Enable (IE) bit in the Status register.

Prototype

void __builtin_disable_interrupts(void);

Argument

None.

Return Value

None.

Assembler Operator/Machine Instruction

di  $2

Error Messages

None.