This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TITLE Programming Assignment #1 (Project01.asm) | |
; Author: Andrew Pierno | |
; | |
; Description: Write and test a MASM program to perform the following tasks: | |
; 1. Display your name and program title on the output screen. | |
; 2. Display instructions for the user. | |
; 3. Prompt the user to enter two numbers. | |
; 4. Calculate the sum, difference, product, (integer) quotient and remainder of the numbers. | |
; 5. Display a terminating message. |