rv8 icon indicating copy to clipboard operation
rv8 copied to clipboard

RISC-V simulator for x86-64

Results 48 rv8 issues
Sort by recently updated
recently updated
newest added

Hi dear friends, I use clang riscv target to compile hello world program to riscv executable file, but do you know how to run this hello_riscv using rv8 ? I...

Some compilers (such as GCC by default on Arch Linux) do not include it automatically (and others do, like on Ubuntu) so it is better to include specifically all headers...

I use https://cx.rv8.io/ in my Computer Architecture classes, but it is down now. Is this intentionally done? Or is this a bug?

I'm writing an assembler to generate relocatable object file and using dump function of rv8 to debug(btw, its output format is really nice). The file is little endian. But I've...

I tried to understand the mmio of existing devices implemented in emulator, like uart, timer etc, so that I can extend some more. I am wondering the mmio address is...

Hi, I suspect that the table of pseudo ops on the page [RISC-V Assembler Reference](https://rv8.io/asm.html) `jr offset` is wrongly described and mapped. It should take a register argument, so be...

`LICENSE` reads: > [...] subject to the following conditions: > > The above copyright notice and this permission notice shall be included in > all copies or substantial portions of...

Once you hit a breakpoint a subsequent run command remains stuck at the breakpoint - unless you "break off". There is an easy fix for this: Move the breakpoint check...

Currently the scripts are not passing the arguments to rv-jit and rv-sim, so using the programs in any meaningful way without installing it is not possible. Additionally, the use of...