bit 7,l

Arithmetic // BIT (test BIT)

0xCB7D - u52093

Description

Tests bit 7 of l.

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 7,l",
  "opcode": "bit",
  "operand": [
    "7",
    "l"
  ],
  "code": "CB7D",
  "bytes": 2,
  "time": 8,
  "description": "Tests bit 7 of l.",
  "category": "Arithmetic",
  "subCategory": "BIT (test BIT)"
}