Assembler Workshop - Quick Sort
Fred Hartley

When run, this program sorts random string, integer and real arrays of a given size into order using quicksort. The program performs as many runs as required, displaying the times for each run as well as the average times over all the runs. Alternatively, the program will perform one run and optionally display the sorted arrays afterwards.

The program uses the machine code quicksort routine !QSort.QsortAmc, which is assembled by the source program !QSort.QsortSrc. Full details are given in this month's magazine (RISC User, Volume 3 Issue 6 page 27).
