x86 nasm linux assembly quicksort implementation with random pivot picking Demo: Build and run: To build it on x86 linux machine you need to have make and nasm installed. For other cases use qemu. To build: make To run: ./main Input count of elements in your array, then numbers from array.