An assembly program that takes a hexadecimal value array and sorts it using the selection sort method.
This project was created using the x64 assembly for maximum efficiency.
Sorts an array by repeatedly finding the maximum element. from unsorted part and putting it at the ending.