标签: assembly x86
我在x86 [assembly]中有一个这样的数组:
pos[si]
要运行数组,
inc si pos[si]
和
pos[si+1]
答案 0 :(得分:0)
是的,一个永久递增SI,而另一个仅为当前指令。前者较慢,因为它需要两条指令。
SI