Hi Scott. I'm trying to get XOR between Carry and some bit with result in Carry as short as possible. WBR Dmitry. > why not > > clrc > btfsc some_bit > setc > > or the inverse > > setc > btfss some_bit > clrc