Assembly language-string processing instructions

     String processing instruction     

     Process the batch data in the memory, movsb, movsw, cmps, scas, lods, stos, etc. If you want to use these instructions to conveniently process batch data, you need to use them with prefix instructions such as rep, repe, repne, etc.

Guess you like

Origin blog.csdn.net/ma2595162349/article/details/108556929