Computer Architecture And Design Question:
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.
Previous Question | Next Question |
What is Internal Interrupts? | What is Vertical microcode? |