Motorola MVME2600 Series User Manual Page 66

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 65
Floating Point Support
2-14
2
The sign field, the exponent field, and at least the first digit of
the mantissa field must be present (any unspecified digits in
the mantissa field are set to zero).
Each field must be separated from adjacent fields by an
underscore.
All the digit positions in the sign and exponent fields must be
present.
Single Precision Real
The single precision real format would appear in memory as:
A single precision number takes 4 bytes in memory.
Double Precision Real
The double precision real format would appear in memory as:
A double precision number takes 8 bytes in memory.
Note The single and double precision formats have an
implied integer bit (always 1).
1-bit sign Þeld (1 binary digit)
8-bit biased exponent Þeld (2 hex digits, Bias = $7F)
23-bit fraction Þeld (6 hex digits)
1-bit sign Þeld (1 binary digit)
11-bit biased exponent Þeld (3 hex digits, Bias = $3FF)
52-bit fraction Þeld (13 hex digits)
Page view 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 517 518

Comments to this Manuals

No comments