The arithmetics module right now only supports u64.
For must things that's good enough, but some things would be better done with a smaller operand size - particularly when status flags are of a concern. E.g. to detect overflow when incrementing a byte.
The arithmetics module right now only supports u64.
For must things that's good enough, but some things would be better done with a smaller operand size - particularly when status flags are of a concern. E.g. to detect overflow when incrementing a byte.
The arithmetics module right now only supports u64.
For must things that's good enough, but some things would be better done with a smaller operand size - particularly when status flags are of a concern. E.g. to detect overflow when incrementing a byte.
partly addressed using the new ldX and swX instructions
will be solved by #20