set 5,c

Arithmetic // SET (SET bit)

0xCBE9 - u52201

Description

Sets bit 5 of c.

T States Bytes
8 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "set 5,c",
  "opcode": "set",
  "operand": [
    "5",
    "c"
  ],
  "code": "CBE9",
  "bytes": 2,
  "time": 8,
  "description": "Sets bit 5 of c.",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}