correct jmp
This commit is contained in:
parent
57c54c1dd3
commit
f5a87e3e0a
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ je end
|
|||
mov %al, %cl
|
||||
mov %ecx, %eax
|
||||
loop:
|
||||
cmp $1, %ecx
|
||||
mov %eax, %edx
|
||||
cmp $1, %ecx
|
||||
jle end
|
||||
dec %ecx
|
||||
mul %ecx
|
||||
|
@ -98,8 +98,8 @@ je end
|
|||
mov %al, %cl
|
||||
mov %rcx, %rax
|
||||
loop:
|
||||
cmp $1, %rcx
|
||||
mov %rax, %rdx
|
||||
cmp $1, %rcx
|
||||
jle end
|
||||
dec %rcx
|
||||
mul %rcx
|
||||
|
|
Reference in a new issue