You are here : assembly8051ADDC

ADDC - 8051

The ADDC instruction adds a byte value and the value of the carry flag to the accumulator. The results of the addition are stored back in the accumulator. Several of the flag registers are affected.


Syntax

ADDC A,source


Example


ADDC A,B	;Adds A=A+B+Carry


Output / Return Value


Limitations


Alternatives / See Also


Reference