Venus is a RISC-V instruction set simulator built for education. This fork is primarily maintained by CS 61C Staff for (CS 61C)[https://cs61c.org/].
Venus is available online at https://venus.cs61c.org/.
- RV32IM
- Single-step debugging with undo feature
- Breakpoint debugging
- View machine code and original instructions side-by-side
- Several
ecall
s: includingprint
andsbrk
- Memory visualization
- Basic external package management system
See the AUTHORS file.
This repo was forked from ThaumicMekanism's fork, which was forked from kvakil's fork.