5-20
Using the 167Bug Debugger
5
Single Precision Real
This format would appear in memory as:
A single precision number takes 4 bytes in memory.
Double Precision Real
This 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).
Extended Precision Real
This format would appear in memory as:
An extended precision number takes 10 bytes in memory.
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)
1-bit sign Þeld
(1 binary digit)
15-bit biased exponent Þeld (4 hex digits. Bias = $3FFF)
64-bit mantissa Þeld
(16 hex digits)
Summary of Contents for MVME167 Series
Page 1: ...MVME167 Single Board Computer Installation Guide MVME167IG D4 ...
Page 6: ......
Page 106: ...4 28 Debugger General Information 4 ...
Page 132: ...5 26 Using the 167Bug Debugger 5 ...
Page 146: ...A 14 Configure and Environment Commands A ...
Page 152: ...B 6 Disk Tape Controller Data B ...
Page 160: ...D 6 Troubleshooting the MVME167 Solving Startup Problems D ...
Page 168: ...E 8 EIA 232 D Interconnections E ...