0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 11:51:17 +03:00
2025-04-17 20:06:18 +03:00

954 B

1# RET instruction tests
2# Format: RawBytes;Instructions
3RawBytes;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