How does jnz affect a loop in assembly

后端 未结 0 1417
走了就别回头了
走了就别回头了 2021-01-31 23:01

I have a line of code where I need to determine what is left in EAX after it The code in question is

Mov eax, 1
mov ecx, 3
Loop:
Add eax, 2
dec ecx
jnz loop


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题