Hi all,
I am at a lost and do not know where to start from. Here is what I have to do
"Given the data below, you are to design an IA-32 assembly language program to sort array X by the number of binary 0's in each member and save the sorted array in Y. You can use any sorting method and sort the array in ascending or descending order.
.data
X SWORD -2000, 1000, 3000, -4000
Y SWORD 4 DUP (?)"
If anybody could give me some sort of direction to help me get started then that would help greatly.
Thank you very much.