Rusty RISC-V Emulator (Linux x86_64)
This release contains the pre-compiled Linux binary of the RISC-V emulator and the bare-metal RISC-V test program (test.bin).
Important: This version of the emulator is hardcoded to look for a file named test.bin in the current working directory.
Instructions
- Download both
hello_rustandtest.bininto the same folder. - Make the emulator executable:
chmod +x hello_rust
- Run the emulator:
./hello_rust