Quicksort-in-GNU-Assembler Just a small school project for System Programming class. Written for IA-32 using the default AT&T syntax. Compile as $ gcc io_module.c quicksort.s, add -m32 on 64-bit machines.