URGENT PLEPASE HELP PLEASE Write a non-recursive RISC-V procedure average to find the average of all elements of an arr

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

URGENT PLEPASE HELP PLEASE Write a non-recursive RISC-V procedure average to find the average of all elements of an arr

Post by answerhappygod »

URGENT PLEPASE HELP PLEASE
Write a non-recursive RISC-V procedure average to find the
average of all elements of an array of
integers. The procedure should pass the necessary values (array
address and size) via standard
registers. The procedure should also return the found maximum 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
find its maximum. At the end of the
program the returned maximum should be stored in register s0.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply