not_byte
u8 not_byte(u8 s);
destval = not_byte(destval);
destval = not_byte(destval);
destval = not_byte(destval);
*destreg = not_byte(*destreg);
VAL_BYTE_UNARY(not_byte);