mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-09 11:11:24 +04:00
3.4 KiB
3.4 KiB
| 1 | # CALL instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;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 |