Difference Between Vectored And Non-Vectored Interrupts
Interrupts are used by computer systems to handle events that require immediate attention from the processor. Interrupts can be classified into two types: vectored and non-vectored. A vectored interrupt is where the CPU actually knows the address of the interrupt service routine in advance. All it needs is that the interrupting device sends its unique … Read more