Command: ADC-Add with Carry
Arguments: DEST: register or memory location; SRC: immediate, register or memory location; (two memory operands cannot be used in one instruction)
Usage: ADC DEST,SRC
Effects: DEST := DEST + SRC + CF;
Flags to be set: The OF, SF, ZF, AF, CF, and PF flags are set according to the result.