rst 28h

Control Flow // RST (ReSTart)

0xEF - u239

Description

Floating Point Calculation

The current pc value plus one is pushed onto the stack, then is loaded with 28h.

T States Bytes
11 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "rst 28h",
  "opcode": "rst",
  "operand": [
    "28h"
  ],
  "code": "EF",
  "bytes": 1,
  "time": 11,
  "description": "Floating Point Calculation\n\nThe current pc value plus one is pushed onto the stack, then is loaded with 28h.",
  "category": "Control Flow",
  "subCategory": "RST (ReSTart)"
}