0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 03:41:18 +03:00

2.7 KiB

1# JMP instruction tests
2# Format: RawBytes;Instructions
3RawBytes;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# not recognized by ghidra or online disasms
11# JMP m32 (opcode FF /4) with direct memory operand
12# JMP m32 (opcode FF /4) with segment override prefixes