set 7,l

Arithmetic // SET (SET bit)

0xCBFD - u52221

Description

Sets bit 7 of l.

T States Bytes
8 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "set 7,l",
  "opcode": "set",
  "operand": [
    "7",
    "l"
  ],
  "code": "CBFD",
  "bytes": 2,
  "time": 8,
  "description": "Sets bit 7 of l.",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}