cp h

Block Search // CPI (ComPare and Increment)

0xBC - u188

Description

Subtracts h from a and affects flags according to the result. a is not modified.

T States Bytes
4 1

Condition Bits Affected

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

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "affected as defined",
    "P/V": "detects overflow",
    "N": "affected as defined",
    "C": "affected as defined"
  },
  "operation": "cp h",
  "opcode": "cp",
  "operand": [
    "h"
  ],
  "code": "BC",
  "bytes": 1,
  "time": 4,
  "description": "Subtracts h from a and affects flags according to the result. a is not modified.",
  "category": "Block Search",
  "subCategory": "CPI (ComPare and Increment)"
}