=> R0 = number of elements
R1 = pointer to word-array + flags
R2 = type or comparison routine
optional :
R3 = workspace pointer
R4 = array of actual objects
R5 = size of object in R4
R6 = workspace of R5 bytes (if R5>16K)
This SWI sorts a list of objects, using the Heap Sort algorithm.
See also OS_HeapSort32.
See PRM 1, page 937.
|
|
|