This program is significantly more difficult than previous programs, partially due to the more advanced concepts. However, the Rubric (see below) now has a number of point deductions for not meeting requirements. It is not uncommon for a student to generate a program that meets the Program Description but violates several Program Requirements, causing a significant loss in points. Please carefully review the Rubric to avoid this circumstance.The purpose of this assignment is to reinforce concepts related to usage of the runtime stack, proper modularization practices, use of the STDCALL calling convention, use of arrays, and Indirect Operands addressing modes (CLO 3, 4, 5).
1. Using Indirect Operands, Register Indirect, and/or Base+Offset addressing
2. Passing parameters on the runtime stack
3. Generating "random" numbers
4. Working with arrays
What you should do?