Question: PLEASE ACTUALLY WRITE CODE... NOT JUST A FLOW CHART: Write in RISCV assembly language a subroutine that does this: inputs 35 unsigned word values from
PLEASE ACTUALLY WRITE CODE... NOT JUST A FLOW CHART: 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
Get step-by-step solutions from verified subject matter experts
