Software and Hardware Interrupt Applications
Software and Hardware Interrupt Applications
Software and Hardware Interrupt Applications
4.Software interrupt-
These interrupts are caused by writing the software
interrupt instruction INT n where ‘n’ can be any value from
0 to 255 (00H to FFH). Hence all 256 interrupts can be
invoked by software.
the IVT.
2. INT 1 (Single Step)-
stepping is efficient.
o Its ISR is used to display the contents of all registers
Hardware Interrupts:
1. NMI (Non mask-able interrupt)-
2. Counting Applications
3. Timing Applications.
Software Interrupt Applications
1. To test various ISPs. To insert break points in program for
debugging