Question: By using RVS(RISC-V Visual Stimulator). Exercise1.a: Use the lui and addi instructions to store the value of 8000 in x6, and then use the addi
By using RVS(RISC-V Visual Stimulator).
Exercise1.a: Use the lui and addi instructions to store the value of 8000 in x6, and then use the addi instruction to calculate the value of 8000-10 and store the result in x5.
b: Use the lui and addi instructions to store the value of -8000 in x6, and then use the addi instruction to calculate the value of -8000+10 and store the result in x5.
c: Use the lui and addi instructions to store the value of 23456 in x6 and the value of 12345 in x7. Then use the sub instruction to calculate the value of 23456-12345 and store the result in x5.
d: Use only addi, lui, slli and add instructions to store in x5 the value of 0x1234587811223344.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
