You are here : assembly8087FST

FST - 8087

Copies ST to a specified stack position or to a specified memory location.


Syntax

FST destination


Example

FST ST(3)	;Copy ST to ST(3)
FST [BX]	;Copy ST to memory pointed by [BX]


Output / Return Value


Limitations


Alternatives / See Also


Reference