🔍
Explain Briefly What Happens When The Intr Signal Goes High In The 8085?
0 like 0 dislike

1 Answer

Answer :The INTR is a maskable interrupt for the 8085. It has the lowest priority and is also non vectored. When this INTR signal goes into the high state the following things occur / take place:
For every instruction that is executed the 8085 checks the status of this interrupt./Till an instruction is completed the signal of INTR will remain high. Once an instruction is completed the processor sends an acknowledgement signal INTA. As soon as the INTA signal goes low a new opcode is placed on the data bus for transfer.
Once the new instruction is received the processor saves the address of new instruction into the STACK and an interrupt service subroutine begins.
0 like 0 dislike

Related questions

The clock frequency of an 8085 microprocessor based system is 3 MHz. What should be the minimum pulse width of the INTR signal so that it is recognized successfully? A) 5.6 µs B) 5.7 µs C) 5.8 µs D) 5.9 µs
Answer : The clock frequency of an 8085 microprocessor based system is 3 MHz. What should be the minimum pulse width of the INTR signal so that it is recognized successfully? A) 5.6 µs B) 5.7 µs C) 5.8 µs D) 5.9 µs ...

View solution
0 like 0 dislike
1 answer

Explain briefly what happened when the INTR signal goes High in 8085?

View solution
0 like 0 dislike
0 answers

In 8085, whenever a signal is received at TRAP terminal, its program execution is transferred to a subroutine on address A) 0000 H B) 002C H C) 0024 H D) 0004 H
Answer : In 8085, whenever a signal is received at TRAP terminal, its program execution is transferred to a subroutine on address 0024 H ...

View solution
0 like 0 dislike
1 answer

What Are The Two Major Differences Between Intr And Other Interrupts ( Hardware)?
Answer : Answer :The two major differences between INTR and the other hardware interrupts are as follows:All the hardware interrupts are vectored interrupts but the INTR interrupt is not so. An INTR interrupt will ... saved but in the case of other hardware interrupts the locations is saved in the stack....

View solution
0 like 0 dislike
1 answer

Explain Briefly The Flag Register In The 8085 Microprocessor.?
Answer : Answer :The flag register in 8085 is an 8-bit register which contains 5 bit positions. These five flags are of 1bit F/F and are known as zero, sign, carry, parity and auxiliary carry. ... addition and subtraction operations. The parity flag is used for results containing an even number of one's....

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users