“Use the assembly code skeleton to write a
single assembly program that will compute the grades for 4 fictitious
students in this class based on individual grades stored in a special
structure in memory. This data will include, for each student, their
name (a 64-byte standard string), 7 quiz grades, 6 project grades, a
midterm grade, a final project grade, and an optional final exam grade -
which must be zero if not taken.” source...
Loading...