Arithmetics

Note:
The ALU is only 8 bits wide so arithmetic operations can only be done with the low byte of a register. A carry or borrow is propagated to the high order byte though.

Addition/Subtraction

Logical operations

Bit manipulation

Miscellaneous