mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 11:51:17 +03:00
887 B
887 B
1 | # NOP instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # Basic NOP instruction (1-byte) |
5 | # Multi-byte NOP instructions (used for alignment) |
6 | # 2-byte NOP |
7 | # 3-byte NOP (XCHG EAX, EAX) |
8 | # 4-byte NOP |
9 | # 5-byte NOP |
10 | # 6-byte NOP |
11 | # 7-byte NOP |
12 | # 8-byte NOP |
13 | # 9-byte NOP |