Arithmetic // RES (RESet bit)
0xCBB6 - u52150
Resets bit 6 of (hl).
| T States | Bytes |
|---|---|
| 15 | 2 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "res 6,(hl)",
"opcode": "res",
"operand": [
"6",
"(hl)"
],
"code": "CBB6",
"bytes": 2,
"time": 15,
"description": "Resets bit 6 of (hl).",
"category": "Arithmetic",
"subCategory": "RES (RESet bit)"
}