x86 Assembly Language Reference Manual

Store Real (fst)

fst{ls}
Operation

STACK ELEMENT 0 -> DESTINATION

Description

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

Example

Store the contents of stack element 7 onto stack element 0.

%fst (7)