First page Back Continue Last page Graphics
Interrupt Priority
Most interrupts have a designated priority.
- disabling is accomplished through a threshold value.
- interrupts with a lower priority than the threshold are ignored.
Sometimes used in conjuntion with interrupt disabling instruction or instruction mask capabilities.