Question:

The number of memory cycles required to execute the 8085 instruction LDA 3000 H is

Show Hint

For instructions like LDA in the 8085, always count the opcode fetch and operand fetch cycles to determine the total memory cycles.
Updated On: May 5, 2025
  • 4
  • 2
  • 3
  • 5
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

In the 8085 microprocessor, the instruction LDA (Load Accumulator) requires 4 memory cycles to execute. These cycles are used for fetching the opcode and the operand (address), followed by the memory read operation to load the data into the accumulator. Therefore, the correct answer is option (1).
Was this answer helpful?
0
0