InterviewSolution
Saved Bookmarks
| 1. |
What Is Software Interrupts? |
|
Answer» These TYPES if interrupts can occur only during the execution of an instruction. They can be used by a PROGRAMMER to cause interrupts if need be. The primary purpose of such interrupts is to switch from USER mode to supervisor mode. These types if interrupts can occur only during the execution of an instruction. They can be used by a programmer to cause interrupts if need be. The primary purpose of such interrupts is to switch from user mode to supervisor mode. |
|