Question: Write a program in RISC-V Assembly Language to reverse an array. Here is a starting framework of the code .data array: .word 2, 1, 3,
Write a program in RISC-V Assembly Language to reverse an array. Here is a starting framework of the code
.data array: .word 2, 1, 3, 6, 2, 2, 7, 1 n: .word 8
.text main : #reverse array
print: #print array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
