this post was submitted on 25 Apr 2025
1 points (100.0% liked)

The Rust Programming Language

40 readers
1 users here now

A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/GeroSchorsch on 2025-04-24 17:33:14+00:00.


I was interested in RISC-V and decided to write this basic emulator to get a better feel for the architecture and learn something about cpu-emulation along the way. It doesn't support any peripherals and just implements the instructions.

I've been writing Rust for some while now and feel like I've plateaued a little which is I would appreciate some feedback and new perspectives as to how to improve things or how you would write them.

This is the repo: ruscv

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here