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>fldcw load control word exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FLDCW             Load Control Word           Exception Flags: None

FLDCW memory operand

       Logic:      control word . memory operand

     The FLDCW instruction loads a control word from memory into the
     coprocessor control word.

     This instruction is used to quickly change the coprocessor's mode of
     operation. You should clear any exceptions before loading a new control
     word.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FLDCW memory operand 7-14+EA         5             FLDCW CONTROL_WORD
  --------------------------------------------------------------------------
        Note:          If an exception bit is set, loading a control word
                       that unmasks that exception and clears the interrupt
                       enable mask produces an interrupt request before the
                       next instruction is executed.

See Also: FLD

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