mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-11-07 16:24:00 +03:00
891 B
891 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 (xchg AX, AX) |
| 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 |