Overflowing/Underflowing A or B with increment or decrement instructions now sets the Carry Flag. An increment or decrement of A or B that doesn't result in an overflow/underflow now clears the Carry Flag. Q is no longer saved and restored in subroutine calls, allowing it to be used to return a one byte result. Documentation updated with more detail.