or (iy+*)

Arithmetic // AND, OR, XOR

0xFDB6 - u64950

Description

Bitwise OR on a with the value pointed to by iy plus *.

T States Bytes
19 3

Condition Bits Affected

S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C reset

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "reset",
    "P/V": "detects parity",
    "N": "reset",
    "C": "reset"
  },
  "operation": "or (iy+*)",
  "opcode": "or",
  "operand": [
    "(iy+*)"
  ],
  "code": "FDB6",
  "bytes": 3,
  "time": 19,
  "description": "Bitwise OR on a with the value pointed to by iy plus *.",
  "category": "Arithmetic",
  "subCategory": "AND, OR, XOR"
}