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>fstcw store control word exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FSTCW             Store Control Word            Exception Flags: None

FSTCW memory location

       Logic:      [memory location] . control word

     FSTCW stores the control word in a 16-bit memory location. The no-wait
     form of this instruction is FNSTCW. The FSTCW form checks for unmasked
     exceptions before storing the word, but FNSTCW does not.

     The control word stores all exception masks, the interrupt enable mask,
     and fields for precision control, rounding control, and infinity control.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FSTCW memory16      12-18           4              FSTCW CONTROL_WORD
  --------------------------------------------------------------------------

See Also: FNSTCW

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