Command: POP-Pop a Word from the Stack
Arguments: DEST 16 or 32 bit memory location or register or segment register
Usage: POP DEST
Effects: POP stores the contents of DEST with the word on the top of the 80386 stack, addressed by SS:SP (address-size attribute of 16 bits) or SS:ESP (addresssize attribute of 32 bits). The stack pointer is then increased accordingly.
Flags to be set: none