rst 20h

Control Flow // RST (ReSTart)

0xE7 - u231

Description

Collect Next Character

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

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 20h",
  "opcode": "rst",
  "operand": [
    "20h"
  ],
  "code": "E7",
  "bytes": 1,
  "time": 11,
  "description": "Collect Next Character\n\nThe current pc value plus one is pushed onto the stack, then is loaded with 20h.",
  "category": "Control Flow",
  "subCategory": "RST (ReSTart)"
}