Question: Questions 1 ) Write an x 8 6 - series assembly language program, Lab 6 . asm, that prompts the user to input two single
Questions
Write an xseries assembly language program, Labasm, that prompts the user to input two singledigit num
bers and calculates their sum. For this exercise, the user will only input numbers that ensure the result is a singledigit
number at most For example, if the first input number is the second number can only be or Your
program should produce the following output:
Please insert number
Please insert number
Adding two numbers...
The answer is
Note: Remember that subroutine reads a single integer as ASCII. Therefore, you need to adjust the offset to
obtain the numerical value. Similarly, subroutine prints values in ASCII.
Evaluation:
Outputting just the sum without the strings will receive no marks. marks will be awarded for string output with no
sum. marks will be awarded for the complete solution. Comment extensively!
Submission instructions
Submit your laboratory solutions via Nexus.
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
