1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-13 02:29:48 +04:00
Files
parkan-playground/X86DisassemblerTests/TestData/pushreg_tests.csv

9 lines
397 B
CSV
Raw Normal View History

2025-04-13 17:02:46 +03:00
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" }]