Dossier
RV32IM
Coverage of RV32IM in the Nexus archive.
- Show HN: I built a RISC-V emulator that runs DOOM
A RISC-V emulator implementing the RV32IM instruction set and a minimal syscall interface was developed to run DOOM. The project used newlib for C program execution, added ELF loading with single `PT_LOAD` segment support, and leveraged doomgeneric for porting DOOM to the emulator.