mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-11-04 23:29:43 +03:00
2.8 KiB
2.8 KiB
| 1 | # String instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # MOVS - Move string |
| 5 | # CMPS - Compare string |
| 6 | # SCAS - Scan string |
| 7 | # LODS - Load string |
| 8 | # STOS - Store string |
| 9 | # REP prefix with string instructions |
| 10 | # REPE/REPZ prefix with string instructions |
| 11 | # REPNE/REPNZ prefix with string instructions |