Block Search // CPI (ComPare and Increment)
0xDDBE - u56766
Subtracts the value pointed to by ix plus * from a and affects flags according to the result. a is not modified.
| T States | Bytes |
|---|---|
| 19 | 3 |
S affected as defined
Z affected as defined
H affected as defined
P/V detects overflow
N affected as defined
C affected as defined
{
"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 (ix+*)",
"opcode": "cp",
"operand": [
"(ix+*)"
],
"code": "DDBE",
"bytes": 3,
"time": 19,
"description": "Subtracts the value pointed to by ix plus * from a and affects flags according to the result. a is not modified.",
"category": "Block Search",
"subCategory": "CPI (ComPare and Increment)"
}