d0iasm / rvemu

RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).
https://rvemu.app/
MIT License
744 stars 56 forks source link

Where can I get the test resource's source code? #24

Open sunmin89 opened 1 year ago

sunmin89 commented 1 year ago

Hi,

All the file under tests/resources/original/rv64-* seems to be riscv64 executable files. Since I'm learning risc-v assembly programing. I wonder how can I get the Assembly or C source code corresponding to those binary files.

Best wishes!