Please enable JavaScript.
Coggle requires JavaScript to display documents.
String Processing (String Instructions (Direction Flag (If DF is cleared…
String Processing
String Instructions
Direction Flag
If DF is cleared then operations are made from head to tail of the string. Otherwise the operations are performed from a tail to head.
-
Load a String (lods)
Copies the value from the source string in memory to AL, AX, or EAX.
Store a String (stos)
This instruction performs the complementary operation of lots. It copies the value in AL, AX, or EAX to the destination string.
-
-