set 0,a

Arithmetic // SET (SET bit)

0xCBC7 - u52167

Description

Sets bit 0 of a.

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 0,a",
  "opcode": "set",
  "operand": [
    "0",
    "a"
  ],
  "code": "CBC7",
  "bytes": 2,
  "time": 8,
  "description": "Sets bit 0 of a.",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}