and ixh

Arithmetic // AND, OR, XOR

0xDDA4 - u56740

Description

Bitwise AND on a with ixh.

T States Bytes
8 2

Condition Bits Affected

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

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "set",
    "P/V": "detects parity",
    "N": "reset",
    "C": "reset"
  },
  "operation": "and ixh",
  "opcode": "and",
  "operand": [
    "ixh"
  ],
  "code": "DDA4",
  "bytes": 2,
  "time": 8,
  "description": "Bitwise AND on a with ixh.",
  "category": "Arithmetic",
  "subCategory": "AND, OR, XOR"
}