The purpose of this program is to reinforce concepts related to string primitive instructions and macros.
- Designing, implementing, and calling low-level I/O procedures
- Implementing and using macros
The user can enter signed numbers both positive and negative, after 10 integers are entered the sum and the truncated average are printed to the screen. If the user enters a number to big to fit in a 32-bit register they are prompted again.