Program Specifications:

1. Print out an introduction that includes: Your name, a title, and a brief description of this program.

2.. Prompt the user for two numbers and save them in two registers.

3. Make sure the numbers are positive. Stop the program if either number is below the number 1 and print out a message.

4. Print out in order:

a. The equation and Sum of the two numbers
b. The equation and Difference of the two numbers
C. The equation and Product of the two numbers
d. The equation and integer quotient and remainder of the division of the two numbers. You may assume that an attempt to divide by zero will not be made.
e. Format the output as shown in the example below.
f. Print out a concluding message.

Other Requirements:

You should have a comment beside each instruction in the assembly program (or at a minimum a comment for a small group of related instructions) to help make your code more understandable. You should also have comments at the top of the file indicating your name, this course, and the assignment. For example: see image.

Sample Program Run:

Faculty III
Add, Subtract, Multiply and Divide two numbers
Enter the first number: 20
Enter the second number: 5
20 + 5=25
20 - 5=15
20 * 5=100
20 / 5=4 rem 0
The program stopped.. may the force be with you.
Faculty III
Add, Subtract, Multiply and Divide two numbers
Enter the first number: 20
Enter the second number: 0
*** Warning Will Robinson... The number is below 1.***
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.