Arithmetic // ADD
0x86 - u134
Adds (hl) to a.
| T States | Bytes |
|---|---|
| 7 | 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": "add a,(hl)",
"opcode": "add",
"operand": [
"a",
"(hl)"
],
"code": "86",
"bytes": 1,
"time": 7,
"description": "Adds (hl) to a.",
"category": "Arithmetic",
"subCategory": "ADD"
}