mirror of
https://github.com/libretro/oberon-risc-emu.git
synced 2024-12-04 15:06:26 +00:00
Emulator for the Oberon RISC machine
5f866df77c
Register writes always affect the Z/N flags, even when a BL instruction writes R15. |
||
---|---|---|
Makefile | ||
README.md | ||
risc-boot.inc | ||
risc-sd.c | ||
risc-sd.h | ||
risc.c | ||
risc.h | ||
sdl-main.c | ||
sdl-ps2.c | ||
sdl-ps2.h |
Oberon RISC Emulator
This is an emulator for the Oberon RISC machine. For more information, see: http://www.inf.ethz.ch/personal/wirth/ and http://projectoberon.com/.
Requirements: a C99 compiler (e.g. GCC, clang) and SDL2.
A suitable disk image can be downloaded from http://projectoberon.com/ (in S3RISCinstall.zip).