0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 08:18:36 +03:00
Files
ParkanPlayground/X86DisassemblerTests/TestData/poprm_tests.csv
2025-04-15 22:20:46 +03:00

2.0 KiB

1# POP r/m32 instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# POP r/m32 (opcode 8F /0) with register operands
5# POP r/m32 (opcode 8F /0) with memory operands and displacement
6# POP r/m32 (opcode 8F /0) with SIB byte
7# POP r/m32 (opcode 8F /0) with direct memory operand
8# POP r/m32 (opcode 8F /0) with segment override prefixes