Arithmetic // ADD
0x39 - u57
The value of hl is added to hl.
| T States | Bytes |
|---|---|
| 11 | 1 |
S unaffected
Z unaffected
H affected as defined
P/V unaffected
N affected as defined
C affected as defined
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "affected as defined",
"P/V": "unaffected",
"N": "affected as defined",
"C": "affected as defined"
},
"operation": "add hl,sp",
"opcode": "add",
"operand": [
"hl",
"sp"
],
"code": "39",
"bytes": 1,
"time": 11,
"description": "The value of hl is added to hl.",
"category": "Arithmetic",
"subCategory": "ADD"
}