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.
Floating-Point Code Generation
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   OPTION EMULATOR
            OPTION NOEMULATOR
 
  See also: /FPi
 
  Description:
 
     Controls how floating-point instructions are generated. NOEMULATOR,
     the default, generates the coprocessor instructions directly.
     EMULATOR generates instructions as well as special fixup records
     for the linker so that the floating-point emulator can be used. This
     option is definable only once per source file.
 
     To use this option, you must link your assembly-language module with
     an emulator library from a Microsoft high-level language.
 
     OPTION EMULATOR is equivalent to the /FPi command-line option.
                                    -♦-