mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-19 16:08:02 +03:00
move tests to csv
This commit is contained in:
9
X86DisassemblerTests/TestData/popreg_tests.csv
Normal file
9
X86DisassemblerTests/TestData/popreg_tests.csv
Normal file
@ -0,0 +1,9 @@
|
||||
RawBytes;Instructions
|
||||
58;[{ "Mnemonic": "pop", "Operands": "eax" }]
|
||||
59;[{ "Mnemonic": "pop", "Operands": "ecx" }]
|
||||
5A;[{ "Mnemonic": "pop", "Operands": "edx" }]
|
||||
5B;[{ "Mnemonic": "pop", "Operands": "ebx" }]
|
||||
5C;[{ "Mnemonic": "pop", "Operands": "esp" }]
|
||||
5D;[{ "Mnemonic": "pop", "Operands": "ebp" }]
|
||||
5E;[{ "Mnemonic": "pop", "Operands": "esi" }]
|
||||
5F;[{ "Mnemonic": "pop", "Operands": "edi" }]
|
Can't render this file because it contains an unexpected character in line 2 and column 7.
|
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