diff options
Diffstat (limited to 'src/main.s')
| -rw-r--r-- | src/main.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ _start: movq %rax, %rdi # Select address of array movq %r15, %rsi # Select length of array - movq $0, %rdx # Sort by key 0 + movq $1, %rdx # Sort by key 1 call insertion_sort # Sort the array # Print array |