Problem
Write an assembler program that reads in integers from the user until a zero is entered. Print the total the average (total divided by number of items, truncated to an integer), the highest integer seen, and the lowest integer seen. You may assume that overflow and underflow do NOT occur.