adc a,ixh

Arithmetic // ADC (ADd with Carry)

0xDD8C - u56716

Description

Adds ixh and the carry flag to a.

T States Bytes
8 2

Condition Bits Affected

S affected as defined
Z affected as defined
H affected as defined
P/V detects overflow
N affected as defined
C affected as defined

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "affected as defined",
    "P/V": "detects overflow",
    "N": "affected as defined",
    "C": "affected as defined"
  },
  "operation": "adc a,ixh",
  "opcode": "adc",
  "operand": [
    "a",
    "ixh"
  ],
  "code": "DD8C",
  "bytes": 2,
  "time": 8,
  "description": "Adds ixh and the carry flag to a.",
  "category": "Arithmetic",
  "subCategory": "ADC (ADd with Carry)"
}