Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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

About

QuickSort in Assembly Language

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages