array Write a non-recursive RISC-V procedure average to compute the average of all the elements of an of integers. The p
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
array Write a non-recursive RISC-V procedure average to compute the average of all the elements of an of integers. The p
array Write a non-recursive RISC-V procedure average to compute the average of all the elements of an of integers. The procedure should pass the necessary values (array address and size) via standard registers. The procedure should also return the computed average via a standard register. Then write a program that initializes an integer array allocated at address 500 to the following values: 152, -299, -11, and 68 and calls the average procedure to compute the average of its elements. At the end of the program the returned average should be stored in register so.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!