IA-32 Assembly Language Reference Manual

Store Real and Pop (fstp)

fstp{lst}
Operation

STACK ELEMENT 0 -> DESTINATION THEN POP

Description

The current value of stack element 0 is copied to the destination. The destination can be a single-, double-, or extended-real memory operand, or another register. Then pop the stack register.

Example

Copy the contents of stack element 0 onto stack element 7 and pop stack element 0.

%fstp (7)