Skip to content

Files

Latest commit

a866dab · May 22, 2022

History

History

Project #0 - Classroom Grading

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 22, 2022
May 22, 2022

Classroom Grading EMU 8086

Table of Content

Abstract

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

Sample Run

image

Author

Yousef Kotp