ADD Instruction


ADD instruction adds a source operand to a destination operand of the same size.

ADD — Arithmetic Addition
Usage: ADD dest, src

Result    


Source is unchanged by the operation, and the sum is stored in the destination operand. The set of possible operands is the same as for the MOV instruction.

 Memory & Memory  Memory & Immediate  Memory & Register
















 Output  Output  Output
   



   



   




Note that the 80x86 assembly languages are case-insensitive.