di

Control Flow // DI (Disable Interrupts)

0xF3 - u243

Description

Resets both interrupt flip-flops, thus prenting maskable interrupts from triggering.

T States Bytes
4 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "di",
  "opcode": "di",
  "operand": [],
  "code": "F3",
  "bytes": 1,
  "time": 4,
  "description": "Resets both interrupt flip-flops, thus prenting maskable interrupts from triggering.",
  "category": "Control Flow",
  "subCategory": "DI (Disable Interrupts)"
}