mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 20:01:17 +03:00
962 B
962 B
1 | # RET instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # RET (opcode C3) - Near return to calling procedure |
5 | # RET imm16 (opcode C2) - Near return to calling procedure and pop imm16 bytes from stack |
6 | # RETF (opcode CB) - Far return to calling procedure |
7 | # RETF imm16 (opcode CA) - Far return to calling procedure and pop imm16 bytes from stack |