Could you please help me with this task. Write a short assembly program using MARS simulator.
Write a program to calculate the average of two values. Initialize the two values to be averaged in main. Pass these two values as parameters on the stack to the average procedure. Compute the average of the two value parameters. Use the stack to pass the result back to main