ADC Add with Carry Flags: O D I T S Z A P C * - - - * * * * * ADC destination,source
Logic destination ← destination + source + CF
ADC sums the operands, adds 1 if the carry flag (CF) is set and replaces the destination operand with the result. If CF is cleared, ADC does the same operation as the ADD instruction.