rst 00h

Control Flow // RST (ReSTart)

0xC7 - u199

Description

Reset

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

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