Arithmetic // ADC (ADd with Carry)
0xED6A
- u60778
Adds hl 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,hl", "opcode": "adc", "operand": [ "hl", "hl" ], "code": "ED6A", "bytes": 2, "time": 15, "description": "Adds hl and the carry flag to hl.", "category": "Arithmetic", "subCategory": "ADC (ADd with Carry)" }