diff --git a/asm/bubble_sort.asm b/asm/bubble_sort.asm index 29caf11..711e194 100644 --- a/asm/bubble_sort.asm +++ b/asm/bubble_sort.asm @@ -423,12 +423,12 @@ ltostr: pop rdi - push r9 + push r9 mov rdx, r9 call flip ; Flip the bytes - pop rax + pop rax ret