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