0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 11:51:17 +03:00

13 lines
463 B
CSV
Raw Normal View History

2025-04-15 22:20:46 +03:00
# PUSH register tests
# Format: RawBytes;Instructions
2025-04-13 17:02:46 +03:00
RawBytes;Instructions
2025-04-15 22:20:46 +03:00
# 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"] }]