Write an assembly program that: 1. Accepts two (single decimal digit) numbers from the keyboard. 2. Calculate addition, subtraction, multiplication, and division of these numbers. 3. Clear the screen...

Write an assembly program that: 1. Accepts two (single decimal digit) numbers from the keyboard. 2. Calculate addition, subtraction, multiplication, and division of these numbers. 3. Clear the screen and set the cursor to the center of the output screen. 4. Use the  DOS interrupt subroutines to output the results as: "Num1 + Num2 = " <> "Num1 - Num2 = " <> "Num1 * Num2 = "<> "After division, Q = " <> "After division, R = "<> 5. You should use two procedures for printing (string and single character), and one procedure to read the entered numbers from the keyboard. While you test your code to make the output screenshots, you should choose both of your numbers to be the first two nonzero digits from the right of your university number, just like the following Any two or more identical codes will take zero !!! Submission: **.asm code and at least two screenshots for the output screen before clearing the screen and after print out the results!!!

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here