mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
Added CSV test files for various instruction types and enabled comments in CSV files
This commit is contained in:
8
X86DisassemblerTests/TestData/xchg_tests.csv
Normal file
8
X86DisassemblerTests/TestData/xchg_tests.csv
Normal file
@ -0,0 +1,8 @@
|
||||
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" }]
|
Can't render this file because it contains an unexpected character in line 2 and column 7.
|
Reference in New Issue
Block a user