String Operations: Specifically designed to handle sequences of bytes or words. These often use the SI
(Source Index) and DI
(Destination Index) registers and can be repeated using the REP
prefix.
- Examples:
lodsb
,stosb
,movsb
,cmpsb
,scasb