Question: I need to write a program in x86 Assembly language that asks for user input (a single digit 0-9) and checks if the input is

I need to write a program in x86 Assembly language that asks for user input (a single digit 0-9) and checks if the input is in fact a single digit number.
It will then print out all numbers from 0-9, excluding the user input number.
I am having trouble in general but my teacher wasn't great at explaining assembly language.
Lab 7 NotMyNumber- Word Insert Design Layout References Mailings Review View New Ro 14 A A Aa . . Normal 1 No Spac Heading 1 Font Paragraph Styles CS11 Lab 7: That's not my number Objective Write assembly language program in x86 assembly language An x86 assembly language program with loop and conditional branch statements For this lab, you will write a program that prompts the user to enter a single digit number 0-9 The program checks that the user entry is in fact a single digit number The program will print the numbers from 0 to 9 EXCEPT the number entered by the user. Example output might look like the following enter a single digit number 0-9 That's not a valid number enter a single digit number 0-9 That's not a val d number enter a single digit number 0-9 7 I hate that number ! 0 1 2 3 4 5 6 B 9 ye Press any key to continue How this assignment will be graded Assemble with no errors, initialize appropriate registers Display a greeting and prompt Accept character input from the user Properly discard non-numeric input or no input (user just hits enter) . Display the counting as expected (in a loop with a incrementing counter) . Clear comments on register usage and statement purpose ?Block comment at the top with your name, short description of program o Clear comment on register usage and clear comments all along Lab write-up
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
