First page Back Continue Last page Graphics
Questions Cont.
What if two interrupts occur simultaneously which gets handled first?
Can an interrupt signal interrupt another interrupt routine?
- Usually: Yes.
- Some require instructions be added to the routine to allow interrupt nesting.
- Some disable interrupts (x86) before int. subroutine.