Skip to content

akritibhat/QuickSort-Assembly-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published