in CO and Architecture edited by
4,295 views
9 votes
9 votes

Which interrupt in $8085$ Microprocessor is unmaskable?

  1. $\textsf{RST 5.5}$
  2. $\textsf{RST 7.5}$
  3. $\textsf{TRAP}$
  4. Both (a) and (b)
in CO and Architecture edited by
by
4.3k views

2 Answers

6 votes
6 votes
Best answer

There are five interrupt input TRAP,RST 75,SRT 65,RST 55 and IWTR.

TRAP is a nonmaskable interrupt, that is, it cannot be disabled by an instruction

RST75,65,55 and INTR are maskable interrupt i.e. they can be enabled or disabled by software.

http://gradestack.com/Microprocessors-and/Interrupts-of-8085/Classification-Of/19314-3912-38133-study-wtw

Ans. (c) TRAP

edited by

1 comment

Any suggestion to remember these interrupts?
0
0
0 votes
0 votes

Interrupts are the signals generated by the external devices to request the microprocessor to perform a ask. There are 5 interrupt signals. Given low priority to high is
1. INTR
2. RST 5.5
3. RST 6.5
4. RST 7.5
5. TRAP
Maskable Interrupts: They can be enabled or disabled by software INTR,RST 5.5,RST 6.5 and RST 7.5
Un maskable Interrupts: TRAP

Answer:

Related questions