The C emu draws but my emu doesn't. :(
How did it ever work?
A start on linked lists,
An emulator for Prof. Wirth's Oberon RISC processor ported from Peter De Wachter's emulator written in C (see below.) There is also a crude assembler.
See also:
Start with:
python -i -m oberon
disk.img
by default.(The -i
option tells Python to drop into interactive REPL mode after
the script has run. You can interact with the risc object.)