Practice over 1000+ GATE-level questions from this topic!
Designed to match the latest GATE pattern with topic-wise precision, difficulty tagging, and detailed solutions.
(a) The program and machine code for an 8085 microprocessor are given by

The starting address of the above program is 7FFF H. What would happen if it is executed from 8000 H?
(b) For the instructions given below, how many memory operations (read/write) are performed during the execution in an
?
(c) Write an instruction which takes the minimum possible time to clear the accumulator of the 8085.
(a) The program jumps to original location 8000H and stays in that location as infinite loop.
(b) Total memory read/write = 13
(b) Total memory read/write = 12
(c) XRA A
Explanation Locked!
Unlock this branch to view the explanation, track, bookmark and more.
Sign in to Unlock