Write Assembly language program to sort the following numbers, using bubble sort, in signed descending order:
-10, -30, -25, 50, 15, 20, 35, 40, 45, 0
That is, at the end of your program, the numbers must be in the following order:
50, 45, 40, 35, 20, 15, 0, -10, -25, -30
-10, -30, -25, 50, 15, 20, 35, 40, 45, 0
That is, at the end of your program, the numbers must be in the following order:
50, 45, 40, 35, 20, 15, 0, -10, -25, -30