Home » Microprocessor » 8085 Microprocessors » Question

8085 Microprocessors

  1. In an 8085 microprocessor-based system, the contents of SP are 2000H. POPH instruction will transfer the contents of memory location—
    1. 2001H and 2002H to H and L registers respectively
    2. 2001 H and 2000H to H and L registers respectively
    3. 2000H and 1FFFH to H and L registers respectively
    4. 2000H and 1999H to H and L registers respectively
Correct Option: A

Where POP instruction is executed, the stack pointer register is increment by 2, so the contents of the register pair will be 2001 H and 2002 H to H and L registers respectively.



Your comments will be displayed only after manual approval.