1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-09 11:11:24 +04:00
Files
parkan-playground/X86DisassemblerTests/TestData/pushrm_tests.csv
2025-04-15 22:20:46 +03:00

2.1 KiB

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