Arithmetic // ADC (ADd with Carry)
0xFD8E - u64910
Adds the value pointed to by iy plus * and the carry flag to a.
| T States | Bytes |
|---|---|
| 19 | 3 |
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 a,(iy+*)",
"opcode": "adc",
"operand": [
"a",
"(iy+*)"
],
"code": "FD8E",
"bytes": 3,
"time": 19,
"description": "Adds the value pointed to by iy plus * and the carry flag to a.",
"category": "Arithmetic",
"subCategory": "ADC (ADd with Carry)"
}