Arithmetic // ADD
0xDD86
- u56710
Adds the value pointed to by ix plus * 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": "add a,(ix+*)", "opcode": "add", "operand": [ "a", "(ix+*)" ], "code": "DD86", "bytes": 3, "time": 19, "description": "Adds the value pointed to by ix plus * to a.", "category": "Arithmetic", "subCategory": "ADD" }