PSR_C_bit
tf->tf_spsr &= ~PSR_C_bit; /* carry bit */
tf->tf_spsr |= PSR_C_bit; /* carry bit */
const bool __c = (psr & PSR_C_bit);