assembly - What x86 register denotes source location in movsb instruction? -


what x86 register denotes source location in movsb instruction?

in 32-bit mode, esi.

in specific, movsb copies 1 byte ds:esi es:edi, adjusts both esi , edi 1, either or down depending on direction flag.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -