Question: Exercise 3.1: Write an EXE-format assembly language program that asks the user to enter a digit ('O' .. '9') and then the program displays the
Exercise 3.1: Write an EXE-format assembly language program that asks the user to enter a digit ('O' .. '9') and then the program displays the corresponding string on the terminal screen. If the user enters a non-digit character, the program displays an error message. The program should be general. Run-time example: Enter a digit: 0 [provided by user] Zero Enter a digit: 7 [provided by user] Seven Enter a digit: A You do not enter a digit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
