ret po

Control Flow // RET (RETurn)

0xE0 - u224

Description

If condition cc is true, the top stack entry is popped into pc.

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": "ret po",
  "opcode": "ret",
  "operand": [
    "po"
  ],
  "code": "E0",
  "bytes": 1,
  "time": 11,
  "description": "If condition cc is true, the top stack entry is popped into pc.",
  "category": "Control Flow",
  "subCategory": "RET (RETurn)"
}