Arithmetic // BIT (test BIT)
0xCB7E - u52094
Tests bit 7 of (hl).
| T States | Bytes |
|---|---|
| 12 | 2 |
S unknown
Z affected as defined
H set
P/V unknown
N reset
C unaffected
{
"flags": {
"S": "unknown",
"Z": "affected as defined",
"H": "set",
"P/V": "unknown",
"N": "reset",
"C": "unaffected"
},
"operation": "bit 7,(hl)",
"opcode": "bit",
"operand": [
"7",
"(hl)"
],
"code": "CB7E",
"bytes": 2,
"time": 12,
"description": "Tests bit 7 of (hl).",
"category": "Arithmetic",
"subCategory": "BIT (test BIT)"
}