126
Interrupt Control Instructions Section 3-18
DISABLE
INTERRUPTS
DI
@DI
693
Output
Required
ENABLE
INTERRUPTS
EI
694
Output
Not required
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Disables execution of all
interrupt tasks (except
the power OFF interrupt).
Disables execution of all interrupt tasks except the power OFF interrupt.
Disables execution of all
interrupt tasks (except the
power OFF interrupt).
Enables execution of all
disabled interrupt tasks.
Enables execution of all interrupt tasks that were disabled with DI(693).