bit 1,c

Arithmetic // BIT (test BIT)

0xCB49 - u52041

Description

Tests bit 1 of c.

T States Bytes
8 2

Condition Bits Affected

S unknown
Z affected as defined
H set
P/V unknown
N reset
C unaffected

source
{
  "flags": {
    "S": "unknown",
    "Z": "affected as defined",
    "H": "set",
    "P/V": "unknown",
    "N": "reset",
    "C": "unaffected"
  },
  "operation": "bit 1,c",
  "opcode": "bit",
  "operand": [
    "1",
    "c"
  ],
  "code": "CB49",
  "bytes": 2,
  "time": 8,
  "description": "Tests bit 1 of c.",
  "category": "Arithmetic",
  "subCategory": "BIT (test BIT)"
}