and c

Arithmetic // AND, OR, XOR

0xA1 - u161

Description

Bitwise AND on a with c.

T States Bytes
4 1

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