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