AMOS supports a 48-bit floating point format consisting of a 40-bit mantissa, 8-bit exponent, and a signbit.
Because a normalized mantissa always starts with a binary one in the high-order bit, this bit is not
stored in the floating point number but is always assumed to be present. This allows us to represent the
40-bit mantissa in only 39 bits.
2006-08-03
01:59:20
·
3 answers
·
asked by
skett1978
1
in
Computers & Internet
➔ Programming & Design
http://www.alphamicroproducts.com/dsm00/04010A00.pdf
chapter 11 for more details on how the floating point number is stored.
2006-08-03
02:02:07 ·
update #1