BOOL
Carry flag
The flag turns to TRUE if a calculation result exceeds the permissible range (overflow or underflow) or if a shift instruction has been executed and the content of the bit transferred to the flag is "1".
The flag turns to FALSE if another instruction changes the bit value. It also turns to FALSE at the beginning of every new scan.