Arithmetic // RES (RESet bit)
0xCBA7 - u52135
Resets bit 4 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 4,a",
"opcode": "res",
"operand": [
"4",
"a"
],
"code": "CBA7",
"bytes": 2,
"time": 8,
"description": "Resets bit 4 of a.",
"category": "Arithmetic",
"subCategory": "RES (RESet bit)"
}