INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is the RST for the TRAP?
|
RST 4
|
|
RST 4.5
|
|
RST 5.5
|
|
RST 7
|
Explanation:
Detailed explanation-1: -The starting address of 8085 is known by itself the of the ISS as 4.5 * 8 = 0024H. Hence we name the TRAP pin equivalently as RST 4.5. It is referred as trap by INTEL. Non-maskable interrupt is TRAP whereas maskable is interrupt.
Detailed explanation-2: -RST 7.5 : It is a maskable, edge-triggered interrupt request input line. This interrupt is triggered at the rising edge of the signal. It has the highest priority among all maskable interrupts and the second priority among all interrupts. The interrupt vector location for this interrupt is 003CH.
There is 1 question to complete.