mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 20:01:17 +03:00
13 lines
453 B
CSV
13 lines
453 B
CSV
# POP register tests
|
|
# Format: RawBytes;Instructions
|
|
RawBytes;Instructions
|
|
|
|
# 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"] }] |