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>fninit initialize coprocessor (no-wait) exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FNINIT      Initialize Coprocessor (No-wait)     Exception Flags: None

FNINIT

       Logic:      Initializes Coprocessor

     FNINIT is the no-wait form of FINIT. It performs a hardware reset of the
     coprocessor. FNINIT does not affect the synchronization between the 80x86
     and the 80x87.

     This instruction empties all stack elements and clears the exception
     flags.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FNINIT              2-8              3             FNINIT
  --------------------------------------------------------------------------

        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: FINIT

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