POP
POP
Operation:
(DEST)
- ((SP) + 1 :(SP))
(SP)
- (SP) + 2
Description:
POP
destination
POP
transfers the word
at
the current top
of
stack (pointed to by SP) to the destination
operand, and then increments SP
by
two to
point to tbe new
top
of
stack.
POP
can be used
to move temporary variables from the stack to
registers
or
memory.
Flags Affected:
None
2-126
POP