Arithmetic // RES (RESet bit)
0xCBAF - u52143
Resets bit 5 of a.
| T States | Bytes |
|---|---|
| 8 | 2 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "res 5,a",
"opcode": "res",
"operand": [
"5",
"a"
],
"code": "CBAF",
"bytes": 2,
"time": 8,
"description": "Resets bit 5 of a.",
"category": "Arithmetic",
"subCategory": "RES (RESet bit)"
}