0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 16:08:02 +03:00
Files
ParkanPlayground/X86DisassemblerTests/TestData/string_tests.csv

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