Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fild load integer exception flags: i</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FILD              Load Integer                Exception Flags: I

FILD memory operand

       Logic:      ST . memory operand

     FILD loads a word, short, or real integer into ST and converts it to
     temporary real format. The implied destination is always the top of the
     stack, ST.

     ST is tagged as 0 if the memory operand was 0, and as valid otherwise.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FILD                290-310+EA       5             FILD
  --------------------------------------------------------------------------

See Also: FLD

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson