POKE
A try out of neat asm syntax.
Use PEEK to make DUP more efficient.
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 emulate
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.)