Arithmetic // SET (SET bit)
0xDDCB**D4 - u56779
Sets bit 2 of the memory location pointed to by ix plus *.
| T States | Bytes |
|---|---|
| 23 | 4 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "set 2,(ix+*),h",
"opcode": "set",
"operand": [
"2",
"(ix+*)",
"h"
],
"code": "DDCB**D4",
"bytes": 4,
"time": 23,
"description": "Sets bit 2 of the memory location pointed to by ix plus *.",
"category": "Arithmetic",
"subCategory": "SET (SET bit)"
}