1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-11 17:21:19 +04:00
Files
parkan-playground/X86DisassemblerTests/TestData/xchg_tests.csv

9 lines
386 B
CSV
Raw Normal View History

RawBytes;Instructions
91;[{ "Mnemonic": "xchg", "Operands": "eax, ecx" }]
92;[{ "Mnemonic": "xchg", "Operands": "eax, edx" }]
93;[{ "Mnemonic": "xchg", "Operands": "eax, ebx" }]
94;[{ "Mnemonic": "xchg", "Operands": "eax, esp" }]
95;[{ "Mnemonic": "xchg", "Operands": "eax, ebp" }]
96;[{ "Mnemonic": "xchg", "Operands": "eax, esi" }]
97;[{ "Mnemonic": "xchg", "Operands": "eax, edi" }]