2 Answers
Option 2 : INTR
INTR is known as non-vectored interrupt which does not have separate address.
Generally it uses the address of software interrupts i.e. RST 0 to RST 7
4 views
Answered
Option 2 : INTR
Vectored interrupts have separate address
Ex: TRAP, RST 7.5, RST 5.5 and RST 6.5
Whereas non – vectored interrupts does not have any address.
Ex: INTR
Generally these non-vectored interrupts are using the address locations of software interrupts.
4 views
Answered