ALU status bits implemented
Added support for ALU status bits Z (last operation result was zero) and OC (overflow/carry out) and tests for them. Also added add8.ab which adds lower bytes of registers A and B.
Next step will be to add conditional branch support.