Arithmetic // ADD
0xFD85 - u64901
Adds iyl 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,iyl",
"opcode": "add",
"operand": [
"a",
"iyl"
],
"code": "FD85",
"bytes": 2,
"time": 8,
"description": "Adds iyl to a.",
"category": "Arithmetic",
"subCategory": "ADD"
}