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>fxch exchange registers exception flags: i</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FXCH              Exchange Registers          Exception Flags: I

FXCH [destination]

       Logic:      T1 . ST(i)
                   ST(i) . ST
                   ST . T1


     FXCH exchanges the contents of ST with the contents of the
     destination register. If no destination is specified, ST is
     exchanged with ST(1).

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FXCH register       10-15            3             FXCH ST(2)
  --------------------------------------------------------------------------

        Note:          Many coprocessor instructions only use ST. This
                       instruction provides an easy way of moving an operand
                       into ST, while saving ST's original contents.




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