Question: Write in RISCV assembly language a subroutine that does this: inputs 35 unsigned word values from the input associated with the port_id of (0xD000_DDDD), sums

Write in RISCV assembly language a subroutine that does this: inputs 35 unsigned word values from the input associated with the port_id of (0xD000_DDDD), sums these values, then divides the sum by two for as many times as required until the hardware can represent the sum value by a 6bit number. Place the final value in the x30 register when the subroutine returns control to the calling program. Limit of 20 lines of code. Assume the input sum will never overflow a 32bit register.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!