set 7,(ix+*),b

Arithmetic // SET (SET bit)

0xDDCB**F8 - u56779

Description

Sets bit 7 of the memory location pointed to by ix plus *.

T States Bytes
23 4

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "set 7,(ix+*),b",
  "opcode": "set",
  "operand": [
    "7",
    "(ix+*)",
    "b"
  ],
  "code": "DDCB**F8",
  "bytes": 4,
  "time": 23,
  "description": "Sets bit 7 of the memory location pointed to by ix plus *.",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}