Handles interrupt from interrupt queue if reg_ia != 0 && intQueue.length > 0 Handles interrupts only when interrupt queuing is disabled. It may be enabled by interrupt handler or manually in time critical code.
See Implementation
Handles interrupt from interrupt queue if reg_ia != 0 && intQueue.length > 0 Handles interrupts only when interrupt queuing is disabled. It may be enabled by interrupt handler or manually in time critical code.