williamso 发表于 2017-3-19 18:37:45

rep movs byte ptr es:[edi],byte ptr ds:[esi] 汇编代码 讲解

rep movs byte ptr es:,byte ptr ds:
高手 指教下 (这段汇编的意识 )

兰陵月 发表于 2017-3-20 22:21:00

本帖最后由 兰陵月 于 2017-3-20 22:22 编辑

不就是复制一段数据吗?

前面应该还有edi、esi的初值,和一个CX的值,来表示起始地址和重复次数的吧?
页: [1]
查看完整版本: rep movs byte ptr es:[edi],byte ptr ds:[esi] 汇编代码 讲解