When I use ADC for exmaple:
ADC
AL = 01 and BL = 02, and CF = 1
when I make this:
ADC AL,BL
Will <
AL will be 4. ADC means add with carry, so of course the carry is summed in. CF gets set back to 0, since there is no carry out of the addition in question.
AL
add with carry
CF