1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-12 05:41:21 +04:00

add tons of tests

This commit is contained in:
bird_egop
2025-04-15 22:20:46 +03:00
parent abe4d38d4b
commit 2123ed2c5d
51 changed files with 1927 additions and 311 deletions

View File

@@ -1,9 +1,13 @@
# PUSH register tests
# Format: RawBytes;Instructions
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" }]
# PUSH r32 (opcodes 50-57)
50;[{ "Type": "Push", "Operands": ["eax"] }]
51;[{ "Type": "Push", "Operands": ["ecx"] }]
52;[{ "Type": "Push", "Operands": ["edx"] }]
53;[{ "Type": "Push", "Operands": ["ebx"] }]
54;[{ "Type": "Push", "Operands": ["esp"] }]
55;[{ "Type": "Push", "Operands": ["ebp"] }]
56;[{ "Type": "Push", "Operands": ["esi"] }]
57;[{ "Type": "Push", "Operands": ["edi"] }]
Can't render this file because it contains an unexpected character in line 2 and column 7.