Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 218 Bytes

File metadata and controls

9 lines (5 loc) · 218 Bytes

This a quick_sort program written in assembly.

I initialized the array of strings: {"Joe", ...} by using .asciiz and .align

The output is a sorted array of strings.

Can be tested using gcc quick_sort.c && ./a.out