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

846 B

1# Stack manipulation instruction tests
2# Format: RawBytes;Instructions
3RawBytes;Instructions
4# PUSHA/PUSHAD - Push All General-Purpose Registers
5# POPA/POPAD - Pop All General-Purpose Registers
6# PUSHF/PUSHFD - Push EFLAGS Register onto the Stack
7# POPF/POPFD - Pop Stack into EFLAGS Register
8# ENTER - Make Stack Frame for Procedure Parameters
9# LEAVE - High Level Procedure Exit