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 - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -