eZ80
®
CPU
User Manual
UM007714-0908 CPU Instruction Set
79
ADC A, (HL)
ADD with Carry
Operation
A ← A+(HL)+C
Description
The (HL) operand is an 8-bit value retrieved from the memory location specified by the
contents of the multibyte register HL. This 8-bit value and the Carry Flag (C) are added to
the contents of the accumulator, A. The result is stored in the accumulator.
Condition Bits Affected
Attributes
S Set if result is negative; reset otherwise.
Z Set if result is 0; reset otherwise.
H Set if carry from bit 3; reset otherwise.
P/V Set if overflow; reset otherwise.
N Reset.
C Set if carry from bit 7; reset otherwise.
Mnemonic Operand ADL Mode Cycle Opcode (hex)
ADC A,(HL) X 2 8E
ADC.S A,(HL) 1 3 52, 8E
ADC.L A,(HL) 0 3 49, 8E