Arithmetic // ADD
0xDD84
- u56708
Adds ixh to a.
T States | Bytes |
---|---|
8 | 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": "add a,ixh", "opcode": "add", "operand": [ "a", "ixh" ], "code": "DD84", "bytes": 2, "time": 8, "description": "Adds ixh to a.", "category": "Arithmetic", "subCategory": "ADD" }