module Z80::MathInt::Integers

Z80::MathInt Integers

This module holds integer data types created on the fly by the Macros.int macro. The types differ only in byte size. The fields of each of the type are:

E.g.:

             ld   hl, [somebigint.words[1]]
             ld   de, [somebigint.words[0]]
             # hl|de now holds a 32-bit integer
             # ...
somebigint   int  32, -1