Arithmetic // SET (SET bit)
0xCBDA - u52186
Sets bit 3 of d.
| T States | Bytes | 
|---|---|
| 8 | 2 | 
None.
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "set 3,d",
  "opcode": "set",
  "operand": [
    "3",
    "d"
  ],
  "code": "CBDA",
  "bytes": 2,
  "time": 8,
  "description": "Sets bit 3 of d.",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}