I'm a bit rusty

From: Alan Illeman (spamtrap_at_crayne.org)
Date: 02/21/05

  • Next message: Martijn: "Re: Advice Please: Assembly Language Programming Book"
    Date: Mon, 21 Feb 2005 18:11:51 +0000 (UTC)
    
    

    In the Temporary Real (or Long Double) format
    of the math coprocessor, there is a 64-bit
    significant with an explicit "1" at bit-63
    e.g. 1.011101...

    The unbiased exponent behaves like a decimal
    exponent in that a +ve exponent shifts the
    "binary point" to the right, e.g. if the
    exponent is +3, the result is 1011.101...

    With a -ve exponent, the "binary point" is
    shifted to the left, filling in with zeros
    e.g. if the exponent is -3, the result is
    0.00101110...

    I'm a bit rusty. Would you agree?, disagree?

    tia
    <Alan


  • Next message: Martijn: "Re: Advice Please: Assembly Language Programming Book"

    Relevant Pages

    • Re: Im a bit rusty
      ... | of the math coprocessor, ... | significant with an explicit "1" at bit-63 ... | The unbiased exponent behaves like a decimal ... the unbiased exponent is a signed 2^n factor. ...
      (comp.lang.asm.x86)
    • Re: 99999999999999.99 problem in JavaScript
      ... The exponent is 11 bits. ... And the mantissa is made up of 52 explicit bits plus an ... longer explanation I chose to ~ cut it short. ...
      (comp.lang.javascript)