Question: Write an X86 assembly language program which reads a SCORE from the keyboard and computes the letter grade according to the policy: A if SCORE
Write an X86 assembly language program which reads a SCORE from the
keyboard and computes the letter grade according to the policy:
A if SCORE >= 90
B if 90> SCORE >= 80
C if 80> SCORE >= 70
D if 70> SCORE >= 60
E if SCORE < 60
Display both SCORE and GRADE as follows.
SCORE xx
GRADE Y
Read section 5 and 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
