An 8086 Assembly program to rearrange them in descending order according to their grades in any course.
A classroom has 25 students. It is required to rearrange them in descending order according to their grades in the microprocessor course.
The inputs are two tables. The first table contains the student number and the second one contains their grades.
The outputs are two tables. The first one contains the student number arranged according to their grades and the second table shows these grades.
The program supports N students, not 25 particularly