Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
ADC Instruction
 Detail Key Example                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Title:    Add with Carry                        Flags: O D I T S Z A P C
                                                         ═════════════════
  Syntax:   ADC dest,src                                 ±       ± ± ± ± ±
 
  See also: ADD, SUB, SBB
 
  Description:
 
     Adds the source operand, the destination operand, and the value of
     the carry flag. The result is assigned to the destination operand.
 
     Use this instruction to add the more significant words that must
     be added in multiple steps. Use the ADD instruction to add the
     least significant words.
                                    -♦-