Practice over 1000+ GATE-level questions from this topic!
Designed to match the latest GATE pattern with topic-wise precision, difficulty tagging, and detailed solutions.
Three devices A, B and C have to be connected to a 8085 microprocessor. Device A has highest priority and device C has the lowest priority. In this context which of the following is correct assignment of interrupt inputs?
A uses TRAP, B uses RST 5.5 and C uses RST 6.5
A uses RST 7.5, B uses RST 6.5 and C uses RST 5.5
A uses RST 5.5, B uses RST 6.5 and C uses RST 7.5
A uses RST 5.5, B uses RST 6.5 and C uses TRAP
The TRAP interrupt has highest priority followed by RST 7.5, 6.5, 5.5. Since, device A has highest priority so it must be connected to RST 7.5, B must be connected to RST 6.5 and C must be connected to RST 5.5.