edited by
46 views
0 votes
0 votes
The following program is run on $8085$ microprocessor :

$\begin{array}{cc}\text { Memory Address in hex } & \text { Instruction } \\ 2000 & \text { LXI SP, 1000 } \\ 2003 & \text { PUSH H } \\ 2004 & \text { PUSH D } \\ 2005 & \text { CALL 2050 } \\ 2008 & \text { POP H } \\ 2009 & \text { HLT }\end{array}$

At the completion of execution of the program, the program Counter of the $8085$ contains _________ and the Stack Pointeer contains ___________.
edited by

Please log in or register to answer this question.