UMBC | CMSC211 |
In both cases, use the ADD instruction. You must assume that the age will be an integer. Additionally, make sure that the age is in the range of 14 and 65, inclusive. If it is not, then exit the program.
Name the source code file: proj1.asm
Enter the sales for January: What is your age: 34 In ten years, you will be 44. Your age doubled is 68.
;; Filename: proj1.asm ;; Name: Ima Student ;; SSAN: 6789 ;; Date: 3 Feb 2001 ;; Course: CMSC-211 ;; Description: (Your psuedocode goes here. Must be detailed) ;; Notes: (As needed, such has how to compile)
UMBC CMSC104 | CSEE | CMSC104 | Lectures |