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

3.4 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# CALL m32 (opcode FF /2) with SIB addressing
8# CALL m32 (opcode FF /2) with displacement
9# CALL m32 (opcode FF /2) with SIB and displacement
10# CALL m16:32 (opcode FF /3) - Far call with memory operand
11# CALL m32 (opcode FF /2) with direct memory operand
12# CALL m32 (opcode FF /2) with segment override prefixes