Arithmetic // RES (RESet bit)
0xFDCB**9B - u64971
Resets bit 3 of the memory location pointed to by iy plus *.
| T States | Bytes |
|---|---|
| 23 | 4 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "res 3,(iy+*),e",
"opcode": "res",
"operand": [
"3",
"(iy+*)",
"e"
],
"code": "FDCB**9B",
"bytes": 4,
"time": 23,
"description": "Resets bit 3 of the memory location pointed to by iy plus *.",
"category": "Arithmetic",
"subCategory": "RES (RESet bit)"
}