mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 03:41:18 +03:00
2.1 KiB
2.1 KiB
1 | # PUSH r/m32 instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;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 |