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>fwait wait exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FWAIT             Wait                        Exception Flags: None

FWAIT

       Logic:      80x86 wait

     FWAIT causes the 80x86 microprocessor to wait until the current
     80x87 instruction is completed. It is used to synchronize the 80x86
     and 80x87.

     FWAIT is the same instruction as the 80x86 WAIT instruction.
     However, you should use the FWAIT instruction since WAIT may cause
     an infinite wait under some circumstances.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FWAIT               4                1             FWAIT
  --------------------------------------------------------------------------

        Note:          Whenever FWAIT is required in a program, assemblers
                       usually insert one automatically.

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