In PUSH instruction, after each execution of the instruction, the stack pointer is
In PUSH instruction, after each execution of the instruction, the stack pointer is Correct Answer decremented by 2
The actual current stack-top is always occupied by the previously pushed data. So, the push operation decrements SP by 2 and then stores the two bytes contents of the operand onto the stack.