Control Flow // RET (RETurn)
0xD8 - u216
If condition cc is true, the top stack entry is popped into pc.
| T States | Bytes |
|---|---|
| 11 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ret c",
"opcode": "ret",
"operand": [
"c"
],
"code": "D8",
"bytes": 1,
"time": 11,
"description": "If condition cc is true, the top stack entry is popped into pc.",
"category": "Control Flow",
"subCategory": "RET (RETurn)"
}