Control Flow // RST (ReSTart)
0xCF - u207
Error Restart
The current pc value plus one is pushed onto the stack, then is loaded with 08h.
| T States | Bytes |
|---|---|
| 11 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "rst 08h",
"opcode": "rst",
"operand": [
"08h"
],
"code": "CF",
"bytes": 1,
"time": 11,
"description": "Error Restart\n\nThe current pc value plus one is pushed onto the stack, then is loaded with 08h.",
"category": "Control Flow",
"subCategory": "RST (ReSTart)"
}