Writing a RISC-V emulator
This is the first entry in a series about writing a RISC-V emulator using the Rust programming language.
I've been learning Rust since 2019, and I have written a couple of personal, quick-and-dirty tools using it. My next project will be an emulator for the RISC-V architecture. This will help me learn more about systems programming, emulation and other fun, low-level things.
Stay tuned!