inc_byte
u8 inc_byte(u8 d);
destval = inc_byte(destval);
destval = inc_byte(destval);
destval = inc_byte(destval);
*destreg = inc_byte(*destreg);
VAL_BYTE_UNARY(inc_byte);