Emulator for the Oberon RISC machine
Go to file
2014-03-17 23:08:25 +01:00
Makefile A quick test with clang 2014-03-15 22:48:19 +01:00
README.md Fix broken links 2014-03-16 14:42:10 +01:00
risc-boot.inc Oberon RISC emulator 2014-03-15 22:34:51 +01:00
risc-sd.c A quick test with clang 2014-03-15 22:48:19 +01:00
risc-sd.h Oberon RISC emulator 2014-03-15 22:34:51 +01:00
risc.c Fix DIV of a negative value 2014-03-17 23:08:25 +01:00
risc.h Oberon RISC emulator 2014-03-15 22:34:51 +01:00
sdl-main.c Fix SDL2 includes 2014-03-17 00:06:01 +01:00
sdl-ps2.c Fix SDL2 includes 2014-03-17 00:06:01 +01:00
sdl-ps2.h Oberon RISC emulator 2014-03-15 22:34:51 +01:00

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).