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