mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-18 19:31:17 +03:00
838 B
838 B
1 | # Stack manipulation instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;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 |