1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 16:24:46 +00:00
cc65/test/float/ieee754/ieee754.inc

8 lines
172 B
PHP
Raw Normal View History

SIGN_ONE = $e2
EXPONENT_ONE = $e3
MANTISSA_ONE = $e4 ; e4, e5, e6, e7, e8, e9, ea (7 bytes)
SIGN_TWO = $eb
EXPONENT_TWO = $ec
2022-07-20 22:51:28 +00:00
MANTISSA_TWO = $ed