πŸŽ“ BookMCQ
← Back to An Introduction To Microprocessor 8085

πŸ“– 7. Interrupt Instructions of 8085

πŸ“– From An Introduction To Microprocessor 8085 β€’ 185 questions available

About 7. Interrupt Instructions of 8085

Imagine you are reading a book (executing your main program), but a fire alarm goes offβ€”you must stop reading immediately, check what’s happening, and then decide to continue. An interrupt is exactly that "fire alarm" for a microprocessor. It is a signal from an external device (like a keyboard or a timer) that tells the processor to pause its current job, attend to the device's urgent needs, and then resume the main program. This chapter covers the 8085's hardware pins that enable this capability.

How It Works: The 8085 has five interrupt pins: TRAP, RST 7.5, RST 6.5, RST 5.5, and INTR. They have a priority order (TRAP is the highest and non-maskable, meaning it can't be ignoredβ€”like a power failure). When an interrupt occurs, the CPU finishes its current instruction, saves the return address on the stack, and jumps to a predefined memory location (called an interrupt vector) to run a special "Interrupt Service Routine" (ISR). After the ISR is done, the RET instruction brings it back to the main program. This allows the CPU to handle real-time events efficiently.


Practice MCQs for 7. Interrupt Instructions of 8085. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-30

43
Easy
92
Medium
50
Hard

πŸ“Œ Topics in this Chapter

Data Transfer Schemes in 8085 Microprocessor
9 MCQsView β†’
Direct Memory Access (DMA) Data Transfer in 8085 Microprocessor
19 MCQsView β†’
Hardware Interrupts in 8085 Microprocessor
8 MCQsView β†’
I/O Mapped I/O or Isolated I/O in 8085 Microprocessor
10 MCQsView β†’
Interrupt Control Circuit in 8085 Microprocessor
12 MCQsView β†’
Interrupt Driven I/O Data Transfer in 8085 Microprocessor
31 MCQsView β†’
Interrupt Instructions in 8085 Microprocessor
16 MCQsView β†’
Memory Mapped I/O in 8085 Microprocessor
12 MCQsView β†’
Programmed I/O Data Transfer in 8085 Microprocessor
10 MCQsView β†’
Serial Input and Output Data Transfer in 8085 Microprocessor
25 MCQsView β†’
Software Interrupts in 8085 Microprocessor
21 MCQsView β†’
The Interrupts in 8085 Microprocessor
12 MCQsView β†’