Arithmetic // SET (SET bit)
0xFDCB**E3 - u64971
Sets bit 4 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": "set 4,(iy+*),e",
  "opcode": "set",
  "operand": [
    "4",
    "(iy+*)",
    "e"
  ],
  "code": "FDCB**E3",
  "bytes": 4,
  "time": 23,
  "description": "Sets bit 4 of the memory location pointed to by iy plus *.",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}