Section 6 - System Interrupts

Computers provide a mechanism by which other modules may interrupt the normal processing sequence

Common Classes of Interrupts

Flow Control

Consider a program which is intermittently required to write data

Interrupt Cycle

As part of the instruction cycle the processor checks for an interrupt signal

Augmented Instruction Cycle

Augmented Instruction Cycle 1.png
Augmented Instruction Cycle 2.png

Multiple Interrupts

Approach 1: Disabled interrupts ( sequential )
Approach 2: Define Priorities ( nested )

Summary