All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

rvcore: A RISC-V RV32IM Emulator That Runs DOOM

By

Flex247A

28d ago· 1 min readenCode

Summary

rvcore is a single-core RISC-V emulator implementing the RV32IM ISA, capable of running DOOM. The project is hosted on GitHub and requires CMake, C++20 support, and SDL3 dependencies to build. It also depends on a separate doomgeneric repository and a RISC-V GNU toolchain configured for RV32IM to compile the DOOM binary that runs on the emulator.

Key quotes

· 3 pulled
rvcore is a single-core RISC-V emulator that implements the RV32IM ISA, except for the FENCE and EBREAK instructions, which are currently NOP.
To build, CMake and a compiler that supports C++20 is required (for Windows, Cygwin is required)
Dependencies: libsdl3-dev / sdl3-devel
Snippet from the RSS feed
RV32IM emulator that runs DOOM. Contribute to lalitshankarch/rvcore development by creating an account on GitHub.

You might also wanna read