(.asm file) and screen shots that display
your program's successful execution (the
output screen). Do not submit screenshots of
your code./nCOSC 2425 - Project 3
Write an assembly language program that asks the user to enter an integer dollar
amount between 1 and 3,000.
Your program should display the corresponding class description using the
following table.
Donation Amount (dollars)
$2,000 and above
$1,500 to $1,999
$1,000 to $1,499
$500 to $999
$1 to $499
Class of Donation
Platinum
Gold
Silver
Bronze
Brass
Write the program so that it executes (loops!) until the user inputs some value
that you determine to be the "sentinel value".
Your program must guard against and provide user messages for input values that
are outside the valid range.
Fig: 1
Fig: 2