Q51
In microprocessor's stack, what does the operation push cx means?
A.
Ch = [sp - 1], cl = [sp - 2] and sp = sp - 2
AnswerB.
Ch = [sp], cl = [sp - 1] and sp = sp - 2
C.
Ch = [sp + 1], cl = [sp] and sp = sp + 2
D.
Ch = [sp], cl = [sp + 1] and sp = sp + 2
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board