|
|
| CHAPTER 4 INTERRUPT PROCESSING |
| Figure | ||
CPU operation | Normal | Interrupt | Interrupt processing program |
| instruction execution | handling |
|
Interrupt wait time | Sample wait (a) | 9 instruction | Indicates the last instruction cycle |
| Interrupt request issued | cycles (b) | in which an interrupt is sampled. |
|
|
|
Note: It will take (a) + (b) instruction cycles to transfer control to the interrupt processing routine after an interrupt occurs.
35