DI - Disable Interrupt

 

Description

DI is a single Command which controls the Interrupt behaviour of Mikroone.

If you want to disable interrupts in your program just call DI.

The Simulator will not react on fired interrupts anymore.

 

Binary Command

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0

01111000 00000011

 

Note

Interrupts are disabled as default.

Interrupt 0 is the Non Maskable Interrupt (NMI).

This Interrupt can not be disabled.