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>fld load real exception flags: i d</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FLD               Load Real                   Exception Flags: I D

FLD source

       Logic:      ST . source

     FLD pushes source onto the top of the stack (ST). The source can
     be a coprocessor register or any of the real types in memory. It is
     converted to temporary real format in ST.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FLD register        17-22            3             FLD
   FLD  MEMORY_REAL    38-65+EA         5             FLD REAL_NUMBER
  --------------------------------------------------------------------------

See Also: FILD

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