When I use ADC for exmaple:
ADC
AL = 01 and BL = 02, and CF = 1
when I make this:
ADC AL,BL
Will <
It will be 4. ADC (add with carry) adds in an extra 1 if the carry flag (CF) is 1. See the full description of the opcode here.