Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FLD Instruction
 Detail Example                          Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Load
 
  Syntax:   FLD src
            FILD src
            FBLD src
 
  See also: FLDconst, FST, FXCH
 
  Description:
 
     Pushes the specified operand onto the stack. All memory operands
     are automatically converted to temporary-real numbers before being
     loaded.
 
     Memory operands can be 32-, 64-, or 80-bit real numbers or 16-,
     32-, or 64-bit integers.
                                    -♦-