0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-19 20:01:17 +03:00
2025-04-17 22:56:05 +03:00

2.8 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