Expand description
Handles the number format used by the ZX81 and ZX Spectrum.
A number is stored as 5 bytes in one of two formats: A “small integer” which is an integer between -65535 and 65535, or a floating point with a sign bit, a 7 bit exponent and 32 bit mantissa.
Structs
- Contains a number in ZX format.