Problem:
Question 1- Write a MARIE assembly program (.mas) that behaves like an adding machine. User enters as many values as they want, then indicate they are finished by entering -99. The program will then print the sum of the values.
Question 2- Write a program named ListPrices that asks the user for the number of items purchased, and then the prices of those items. The program should then print out each price and the total, formatted nicely.
Please show code with comments so I can follow what you are doing.