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.
Bissoy MCQ

Related Questions

The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is ____________
The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is
In POP instruction, after each execution of the instruction, the stack pointer is
If we push data onto the stack then the stack pointer
Given pointer to a node X in a singly linked list. Only one pointer is given, pointer to head node is not given, can we delete the node X from given linked list?
As the storing of data words onto the stack is increased, the stack pointer is