risc-v-web-simulator icon indicating copy to clipboard operation
risc-v-web-simulator copied to clipboard

Yet another RISC-V Simulator on the web, running on Webassembly! https://riscv.vercel.app/

Results 1 risc-v-web-simulator issues
Sort by recently updated
recently updated
newest added

Currently, the lui operation shifts the immediate value by 20 bits. However, the correct amount according to the RISC-V Instruction Set Manual is 12 bits.