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

FNSTSW memory location

       Logic:      [memory location] . status word

     FNSTSW is the no-wait form of FSTSW. It 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 80286 or 80386
     with the instruction FNSTSW AX.

     Use this instruction to poll the state of the coprocessor. You can use
     FNSTSW to determine if the coprocessor is busy.

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

        Note:          You should use this no-wait form of the instruction
                       only when there is a danger of generating an infinite
                       wait condition.

See Also: FSTSW

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