Using the 162Bug Debugger
Single Precision Real
This format would appear in memory as:
(1 binary digit) | |
(2 hex digits. Bias = $7F) | |
(6 hex digits) |
4
A single precision number takes 4 bytes in memory.
Double Precision Real
This format would appear in memory as:
(1 binary digit) | |
(3 hex digits. Bias = $3FF) | |
(13 hex digits) |
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:
(1 binary digit) | |
(4 hex digits. Bias = $3FFF) | |
(16 hex digits) |
An extended precision number takes 10 bytes in memory.
MVME162 Embedded Controller Installation Guide |