Which register pair of 8085 is used to store the memory address f

Which register pair of 8085 is used to store the memory address f
| Which register pair of 8085 is used to store the memory address for memory-related instructions?

A. B, C registers

B. H, L registers

C. A, Flag register

D. D, E registers

Please scroll down to see the correct answer and solution guide.

Right Answer is: B

SOLUTION

The registers of 8085 includes:

  • Six general-purpose 8-bit registers: B, C, D, E, H, L combined as register pairs to perform 16-bit operations: BC, DE, HL
  • Stack Pointer (SP) Register
  • Accumulator and Flag Register
  • Program Counter (PC): Contains the memory address (16 bits) of the instruction to be executed in the next step.