Sorting algorithms/Cocktail sort with shifting bounds: Difference between revisions

error correction to arm assembly
(add task to aarch64 assembly raspberry pi)
(error correction to arm assembly)
Line 535:
cocktailSortBound:
push {r1-r9,lr} @ save registers
sub r2,r2,#12 @ compute endidx = n - 12
@ and r1= beginidx
1: @ start loop 1