First page Back Continue Last page Graphics
Questions Cont.
What happens if an interrupt occurs while interrupts are disabled?
- It gets ignored.
- Some microprocessors remember interrupts others forget them if the interrupt line stops being signaled.
What happens if you forget to reenable interrupts?
- Nothing. (Literally)
- Microprocessors are usually mostly about handling interrupts.