mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 11:51:17 +03:00
1.5 KiB
1.5 KiB
1 | # XCHG instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # XCHG EAX, reg32 (opcodes 90-97) |
5 | # XCHG reg32, r/m32 (opcode 87) |
6 | # XCHG r/m32, reg32 (opcode 87) - memory operands |
7 | # XCHG with 16-bit operand size prefix |
8 | # XCHG with 8-bit registers (opcode 86) |
9 | # XCHG r/m8, reg8 (opcode 86) - memory operands |