mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-11-02 22:39:44 +03:00
2.7 KiB
2.7 KiB
| 1 | # JMP instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # JMP rel8 (opcode EB) |
| 5 | # JMP rel32 (opcode E9) |
| 6 | # JMP r/m32 (opcode FF /4) with register operands |
| 7 | # JMP m32 (opcode FF /4) with memory operands |
| 8 | # JMP m32 (opcode FF /4) with displacement |
| 9 | # JMP m32 (opcode FF /4) with SIB byte |
| 10 | # JMP m32 (opcode FF /4) with direct memory operand |
| 11 | # JMP m32 (opcode FF /4) with segment override prefixes |