Files
parkan-playground/X86DisassemblerTests/TestData/ret_tests.csv
T

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