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

FNSTCW memory location

       Logic:      [memory location] . control word

     FNSTCW is the no-wait form of FSTCW. It stores the control word in a
     16-bit memory location. The FSTCW form checks for unmasked
     exceptions before storing the word, but the FNSTCW form 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
   FNSTCW memory16     12-18            4             FNSTCW CONTROL_WORD
  --------------------------------------------------------------------------

See Also: FSTCW

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