IA-32 Assembly Language Reference Manual

Load Real (fld)

fld{lst}
Operation

SRC -> STACK ELEMENT 0

Description

The source operand is pushed onto the stack by fld. The register used before the stack top-pointer is decremented, is the register number used if the source is a register.

Example

Load stack element 7 onto stack element 0.

fld %st (7)