InterviewSolution
Saved Bookmarks
| 1. |
The sequence of events that happen during hardware interrupt and software interrupt? |
|
Answer» First THING the contents of the flag register the CS and IP are pushed into the stack. - To disable the single steps and INTR interrupts the TF and IF are CLEARED. - The program then jumps to the beginning or STARTING address of the ISS. |
|