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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started