Problem 4 : Stack & Procedures

Assume that the registers
have the following initial
values (all numbers in hex)

RegValue
AX1111
BX2222
CX3333
DX4444

Assume that we execute
the following code

PUSH AX PUSH CX PUSH BX POP AX PUSH DX POP CX POP BX PUSH CX PUSH DX PUSH AX