Contains the emulator for the gol-16. Can be used to debug programs. Under construction.
Run gemu with a compiled program from the gol-16 assembler to simulate its execution:
gemu program.oYou can build the emulator using make. You can also use make test to run the unit tests for gemu while developing.