Arithmetic // ADC (ADd with Carry)
0x8A
- u138
Adds d and the carry flag to a.
T States | Bytes |
---|---|
4 | 1 |
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,d", "opcode": "adc", "operand": [ "a", "d" ], "code": "8A", "bytes": 1, "time": 4, "description": "Adds d and the carry flag to a.", "category": "Arithmetic", "subCategory": "ADC (ADd with Carry)" }