0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 11:51:17 +03:00
2025-04-15 23:54:51 +03:00

3.9 KiB

1# CALL instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# CALL rel32 (opcode E8)
5# CALL r/m32 (opcode FF /2) with register operands
6# CALL m32 (opcode FF /2) with memory operands
7# TODO: these are not recognized by ghidra, but these seem to be valid x86 instructions.
8# CALL m32 (opcode FF /2) with SIB addressing
9# CALL m32 (opcode FF /2) with displacement
10# CALL m32 (opcode FF /2) with SIB and displacement
11# CALL m16:32 (opcode FF /3) - Far call with memory operand
12# CALL m32 (opcode FF /2) with direct memory operand
13# CALL m32 (opcode FF /2) with segment override prefixes