Arithmetic // AND, OR, XOR
0xA4 - u164
Bitwise AND on a with h.
| T States | Bytes |
|---|---|
| 4 | 1 |
S affected as defined
Z affected as defined
H set
P/V detects parity
N reset
C reset
{
"flags": {
"S": "affected as defined",
"Z": "affected as defined",
"H": "set",
"P/V": "detects parity",
"N": "reset",
"C": "reset"
},
"operation": "and h",
"opcode": "and",
"operand": [
"h"
],
"code": "A4",
"bytes": 1,
"time": 4,
"description": "Bitwise AND on a with h.",
"category": "Arithmetic",
"subCategory": "AND, OR, XOR"
}