or l

Arithmetic // AND, OR, XOR

0xB5 - u181

Description

Bitwise OR on a with l.

T States Bytes
4 1

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