mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
move tests to csv
This commit is contained in:
9
X86DisassemblerTests/TestData/pushreg_tests.csv
Normal file
9
X86DisassemblerTests/TestData/pushreg_tests.csv
Normal file
@ -0,0 +1,9 @@
|
||||
RawBytes;Instructions
|
||||
50;[{ "Mnemonic": "push", "Operands": "eax" }]
|
||||
51;[{ "Mnemonic": "push", "Operands": "ecx" }]
|
||||
52;[{ "Mnemonic": "push", "Operands": "edx" }]
|
||||
53;[{ "Mnemonic": "push", "Operands": "ebx" }]
|
||||
54;[{ "Mnemonic": "push", "Operands": "esp" }]
|
||||
55;[{ "Mnemonic": "push", "Operands": "ebp" }]
|
||||
56;[{ "Mnemonic": "push", "Operands": "esi" }]
|
||||
57;[{ "Mnemonic": "push", "Operands": "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