Arithmetic // AND, OR, XOR
0xE6
- u230
Bitwise AND on a with *.
T States | Bytes |
---|---|
7 | 2 |
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 *", "opcode": "and", "operand": [ "*" ], "code": "E6", "bytes": 2, "time": 7, "description": "Bitwise AND on a with *.", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }