MCQOPTIONS
Saved Bookmarks
| 1. |
The following sequence of instructions is executed by an 8085 microprocessor:1000 LXI SP, 27FF1003 CALL 10061006 POP HWhat are the contents of the stack pointer (SP) and the HL register pair after completion of execution of these instructions? |
| A. | SP = 27FF, HL = 1003 |
| B. | SP = 27FD, HL = 1003 |
| C. | SP = 27FF, HL = 1006 |
| D. | SP = 27FD, HL = 1006 |
| Answer» D. SP = 27FD, HL = 1006 | |