Question: solve in RISCV.THX Write a RISC-V assembly program step by step as shown below: Define two variables var1 and var2 which have initial value 15
solve in RISCV.THX
Write a RISC-V assembly program step by step as shown below: Define two variables var1 and var2 which have initial value 15 and 19 , respectively. (var1=15 and var2=19) Print MEMORY addresses of var 1 and var2 using syscall. Increase var 1 by 1 and multiply var 2 by 4 . Print var1 and var2 again. Swap var1 and var2 and print them. (var1 and var2 are changed)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
