mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
2.0 KiB
2.0 KiB
| 1 | # POP r/m32 instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;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 |