|
|
|
|
|
|
|
|
|
|
|
|
ä |
Is a
program that determines nature of the
|
|
|
|
interrupt
and performs whatever actions are
|
|
|
needed
|
|
|
ä |
Control
is transferred to this program
|
|
|
ä |
Control
must be transferred back to the
|
|
|
|
interrupted
program so that it can be
|
|
|
resumed
from the point of interruption
|
|
|
ä |
This
point of interruption can occur
|
|
|
|
anywhere
in the program
|
|
|
ä |
Thus:
must save the state of the program
|
|
|
|
(content
of PC + PSW + registers + ...)
|
|