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.
FLDCW/FSTCW Instructions
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Load or Store Control Word
 
  Syntax:   FLDCW src
            FSTCW dest
            FNSTCW dest
 
  See also: FSTSW, FSTENV, FSAVE, Control Word
 
  Description:
 
     FLDCW loads the specified word into the coprocessor control word.
     FSTCW stores the control word to a specified 16-bit memory
     operand.
 
     FSTCW has wait and no-wait versions. The wait version (FSTCW)
     checks for unmasked numeric errors; the no-wait version (FNSTCW)
     does not. When the .8087 directive is used, the assembler puts the
     WAIT instruction before the wait version and the NOP instruction
     before the no-wait version.
                                    -♦-