Question:

TRAP is addressed by

Show Hint

Remember: \[ TRAP \rightarrow 0024H \] It is non-maskable and has the highest priority in 8085.
Updated On: Jun 25, 2026
  • \(0016H\)
  • \(0024H\)
  • \(0033H\)
  • \(0034H\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept:
TRAP is the highest-priority vectored interrupt in the 8085 microprocessor. Each vectored interrupt has a fixed interrupt service routine (ISR) address. & nbsp;

Step 1: Recall the interrupt vector addresses.
\[ \begin{array}{|c|c|} \hline \text{Interrupt} & \text{Vector Address} \\ \hline \text{TRAP} & 0024H \\ \text{RST 7.5} & 003CH \\ \text{RST 6.5} & 0034H \\ \text{RST 5.5} & 002CH \\ \hline \end{array} \]& nbsp;

Step 2: Identify the TRAP vector address.
From the table, \[ \boxed{\text{TRAP} = 0024H} \]& nbsp;

Answer: \[ \boxed{0024H} \]

Was this answer helpful?
0
0