Question: Create an HLA Assembly language program that prompts for a two decimal values from the user and then prints all the values one or two
Create an HLA Assembly language program that prompts for a two decimal values from the user and then prints all the values one or two more than the data entered without any repeated values.
Here are some example program dialogues to guide your efforts:
Feed Me:
Feed Me:
Feed Me:
Feed Me:
In an effort to help you focus on building an Assembly program, Id like to offer you the following C statements matches the program specifications stated above. If you like, use them as the basis for building your Assembly program.
int x y;
printf "Feed Me:;
scanfd &x ;
printf "Feed Me:;
scanfd &y ;
print x and x and y and y as long as there are all unique values...
int answer x ;
int answer x ;
int answer y ;
int answer y ;
always print answer and answer
printfd
answer;
printfd
answer;
only print answer and answer if they haven't been printed yet
if answer answer && answer answer
printfd
answer;
if answer answer && answer answer
printfd
answer;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
