Arithmetic // AND, OR, XOR
0xA5
- u165
Bitwise AND on a with l.
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 l", "opcode": "and", "operand": [ "l" ], "code": "A5", "bytes": 1, "time": 4, "description": "Bitwise AND on a with l.", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }