CALL
PUSH
When CALL is executed the microprocessor automatically stores the16-bit address of the
instruction next to CALL on the stack
The program uses the instruction PUSH to save the contents of the register pair on the stack
When CALL is executed the stack pointer is
decremented by two
When PUSH is executed the stack pointer
register is decremented by two
View all Questions