0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 08:18:36 +03: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 @@
# POP register tests
# Format: RawBytes;Instructions
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" }]
# POP r32 (opcodes 58-5F)
58;[{ "Type": "Pop", "Operands": ["eax"] }]
59;[{ "Type": "Pop", "Operands": ["ecx"] }]
5A;[{ "Type": "Pop", "Operands": ["edx"] }]
5B;[{ "Type": "Pop", "Operands": ["ebx"] }]
5C;[{ "Type": "Pop", "Operands": ["esp"] }]
5D;[{ "Type": "Pop", "Operands": ["ebp"] }]
5E;[{ "Type": "Pop", "Operands": ["esi"] }]
5F;[{ "Type": "Pop", "Operands": ["edi"] }]
Can't render this file because it contains an unexpected character in line 2 and column 7.