You are here : assembly8087FILD

FILD - 8087

Integer Load. Converts integer number from memory to temproary-real format and pushes converted number on 8087 stack.


Syntax

FILD source


Example

FILD DWORD PTR [BX]	;short integer from memory location pointed by [BX]


Output / Return Value


Limitations


Alternatives / See Also


Reference