Upon an interrupt what has to happen implicitly in hardware before control is transferred to the interrupt handler?
What will be an ideal response?
The hardware has to save the program counter value implicitly before the control goes to the handler. The hardware has to determine the address of the handler to transfer control from the currently executing program to the handler. Depending on the architecture interrupts may also be disabled.
Computer Science & Information Technology
You might also like to view...
A character encoding standard that defines a set of letters, numbers, and symbols is called ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
When a shape's height or width is changed, only that dimension, and not the other, is changed
Indicate whether the statement is true or false
Computer Science & Information Technology