and *

Arithmetic // AND, OR, XOR

0xE6 - u230

Description

Bitwise AND on a with *.

T States Bytes
7 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 *",
  "opcode": "and",
  "operand": [
    "*"
  ],
  "code": "E6",
  "bytes": 2,
  "time": 7,
  "description": "Bitwise AND on a with *.",
  "category": "Arithmetic",
  "subCategory": "AND, OR, XOR"
}