INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
How many software interrupts are in 8086 microprocessor
|
255
|
|
256
|
|
2
|
|
5
|
Explanation:
Detailed explanation-1: -The 8086 has two hardware interrupt pins, i.e. NMI and INTR. NMI is a non-maskable interrupt and INTR is a maskable interrupt having lower priority. One more interrupt pin associated is INTA called interrupt acknowledge.
Detailed explanation-2: -Interrupts have two types: Hardware interrupt and Software interrupt.
Detailed explanation-3: -There are 8 software interrupts in 8085 microprocessor. They are – RST 0, RST 1, RST 2, RST 3, RST 4, RST 5, RST 6, RST 7. Vectored Interrupts are those which have fixed vector address (starting address of sub-routine) and after executing these, program control is transferred to that address.
There is 1 question to complete.