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

2.0 KiB

1# String instruction tests
2# Format: RawBytes;Instructions
3RawBytes;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