You are here : assembly8087FLD

FLD - 8087

Decrements the stack pointer by one and copies a real number from a stack element or memory location to the new ST. A short-real or long-real number from memory is automatically converted to temproary real format by the 8087 before it is put in ST.


Syntax

FLD source


Example

FLD ST(2)	;Copies ST(2) to ST
FLD [BX]	;Number from memory pointed by BX copied to a specified memory


Output / Return Value


Limitations


Alternatives / See Also


Reference