Difference Between Maskable And Non-Maskable Interrupt
An interrupt is said to be masked when it has been disabled or when the CPU has been instructed to ignore it. In this regard we have two classes of interrupts maskable and non-maskable interrupts. Maskable Interrupt A maskable interruptis a hardware interrupt that may be ignored by setting a bit in an interrupt mask … Read more