Arithmetic // ADD
0x09
- u9
The value of bc 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,bc", "opcode": "add", "operand": [ "hl", "bc" ], "code": "09", "bytes": 1, "time": 11, "description": "The value of bc is added to hl.", "category": "Arithmetic", "subCategory": "ADD" }