Use the RISC-V simulator-What values are loaded into the x9 and x10 registers are the following code runs?
addi x9, x0, 0x8fa
addi x10, x0, 0x3fa
Explain any differences between the actual immediate data and what you values observe in the
registers after you run the code.