Arithmetic // AND, OR, XOR
0xF6
- u246
Bitwise OR on a with *.
T States | Bytes |
---|---|
7 | 2 |
S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C reset
{ "flags": { "S": "affected as defined", "Z": "affected as defined", "H": "reset", "P/V": "detects parity", "N": "reset", "C": "reset" }, "operation": "or *", "opcode": "or", "operand": [ "*" ], "code": "F6", "bytes": 2, "time": 7, "description": "Bitwise OR on a with *.", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }