Sorting algorithms/Patience sort: Difference between revisions

Content deleted Content added
add task to aarch64 assembly raspberry pi
m suppression comments error to arm assembly
Line 663: Line 663:
/* r0 contains the address of the list structure */
/* r0 contains the address of the list structure */
/* r1 contains the address to node to suppress */
/* r1 contains the address to node to suppress */
/* r0 return address of node or -1 if not found */
suppressNode:
suppressNode:
push {r2,r3,lr} @ save registers
push {r2,r3,lr} @ save registers