Arithmetic // ADC (ADd with Carry)
0xED4A - u60746
Adds bc and the carry flag to hl.
| T States | Bytes |
|---|---|
| 15 | 2 |
S affected as defined
Z affected as defined
H affected as defined
P/V detects overflow
N affected as defined
C affected as defined
{
"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 hl,bc",
"opcode": "adc",
"operand": [
"hl",
"bc"
],
"code": "ED4A",
"bytes": 2,
"time": 15,
"description": "Adds bc and the carry flag to hl.",
"category": "Arithmetic",
"subCategory": "ADC (ADd with Carry)"
}