Risky is a work-in-progress emulator of the RISC-V user-level instruction set written in C++.
Ported to the web using
emscripten
. Only RV32I is supported for now
Input binary
Examples
Sum
Fibonacci
Run
Registers
x0
x8
x16
x24
x1
x9
x17
x25
x2
x10
x18
x26
x3
x11
x19
x27
x4
x12
x20
x28
x5
x13
x21
x29
x6
x14
x22
x30
x7
x15
x23
x31