🔍
What Are The Two Major Differences Between Intr And Other Interrupts ( Hardware)?
0 like 0 dislike

1 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 always get the address of a subroutine from the device ( external ) itself. In the case of other hardware interrupts the interrupts come from the call generated by the processor at a already determined vector location.
In case of the INTR interrupt the return address of an interrupt is never saved but in the case of other hardware interrupts the locations is saved in the stack.
0 like 0 dislike

Related questions

What Are Hardware Interrupts?
Answer : Answer :TRAP, RST7.5, RST6.5, RST5.5, INTR....

View solution
0 like 0 dislike
1 answer

Classify Interrupts On The Basis Of Signals. State Their Differences.?
Answer : Answer :On the basis of level the signals can be classified into the following types: Single level interrupts Multi level interrupts The differences between them are as follows: For single the ... multi level it is not necessary. Single level interrupts are much slower than multi level interrupts....

View solution
0 like 0 dislike
1 answer

Explain Briefly What Happens When The Intr Signal Goes High In The 8085?
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 / ... the processor saves the address of new instruction into the STACK and an interrupt service subroutine begins....

View solution
0 like 0 dislike
1 answer

What Are Software Interrupts?
Answer : Answer :RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7....

View solution
0 like 0 dislike
1 answer

In What Way Interrupts Are Classified In 8085?
Answer : Answer :In 8085 the interrupts are classified as Hardware and Software interrupts....

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users