Arithmetic // AND, OR, XOR
0xFDA6
- u64934
Bitwise AND on a with the value pointed to by iy plus *.
T States | Bytes |
---|---|
19 | 3 |
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 (iy+*)", "opcode": "and", "operand": [ "(iy+*)" ], "code": "FDA6", "bytes": 3, "time": 19, "description": "Bitwise AND on a with the value pointed to by iy plus *.", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }