English
Language : 

Z86E3016PSG Datasheet, PDF (246/348 Pages) Zilog, Inc. – Z86E3016PSG
Z8 Family of Microcontrollers
User Manual
228
Add With Carry
Syntax
ADC dst, src
Instruction Format
OPC
OPC
OPC
dst src
src
dst
Cycles
6
6
OPC
(Hex)
02
03
Address
Mode
dst src
r
r
r
lr
dst
10
04
R
R
10
05
R
IR
src
10
06
R
IM
10
07 IR IM
Operation
dst ← dst + src + C
The source operand, along with the setting of the Carry (C) Flag, is added
to the destination operand. Two’s complement addition is performed. The
sum is stored in the destination operand. The contents of the source oper-
and are not affected. In multiple precision arithmetic, this instruction per-
mits the carry from the addition of low order operands to be carried into
the addition of high order operands.
Instruction Description
UM001602-0904