POP POP a Word from the Stack Flags: not altered
POP destination
Logic: destination (SP)
SP SP + 2
POP transfers the word at the top of the stack to the destination
operand, then increments SP by 2 to point to the new top of stack.
--------------------------------------------------------------------------
Operands Clocks Transfers Bytes Example
register 12 1 1 POP CX
seg-reg (CS illegal) 12 1 1 POP ES
memory 25 + EA 2 2-4 POP VALUE
--------------------------------------------------------------------------
Note: You may not use the CS register as the destination
of a POP instruction.
Seealso:
This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster