B |
Debugger General Information
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 requires 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 requires 10 bytes in memory.
Packed Decimal Real
This format would appear in memory as:
(4 binary digits) | |
|
|
(4 hex digits) | |
|
|
(17 hex digits) | |
|
|
A packed decimal number requires 12 bytes in memory.