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

FSTSW memory location

       Logic:      [memory location] . status word

     FSTSW stores the current value of the status word to a 16-bit memory
     location. In the 80287 and 80387, you can store the status word directly
     to the AX register of the 80x86 with the instruction FSTSW AX.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FSTSW memory16      12-18           4              FSTSW STAT_WORD
  --------------------------------------------------------------------------

        Note:          If you use FSTSW instead of the no-wait FNSTSW form
                       and there is an outstanding unmasked exception,
                       deadlock results.

See Also: FNSTSW

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