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>fxtract extract exponent and significand exception flags: i</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FXTRACT  Extract Exponent and Significand     Exception Flags: I

FXTRACT

       Logic:      T1 . exponent(ST)
                   T2 . significand(ST)
                   ST . T1
                   push stack
                   ST . T2

     FXTRACT extracts the exponents and significand of the value in ST. It
     leaves the exponent in ST(1) and the significand in ST.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FXTRACT             27-55            3             FXTRACT
  --------------------------------------------------------------------------

        Note:          FXTRACT is often useful with FBSTP. It can convert
                       numbers from real to decimal representation. Note also
                       that the exponent generated by FXTRACT is the true
                       exponent, not the biased exponent used internally by
                       the 80x87.

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