0
1.3kviews
Explain interrupts of 8085.
1 Answer
written 2.6 years ago by |
Five Hardware Interrupts in 8085
• TRAP
• RST 7.5
• RST 6.5
• RST 5.5
• İNTR
Maskable interrupts are those interrupts which can be enabled or disabled.
Enabling and Disabling is done by software instructions.
List of Maskable Interrupts:
RST 7.5
RST 6.5
RST 5.5
INTR
List of vectored interrupts:
RST 7.5
RST 6.5
RST 5.5
TRAP
The addresses to which program control goes:
Absolute address is calculated by multiplying the RST value with 0008 H.