Casio_asm/doc/interpreter.md

354 B

The interpreter

The interpreter is the biggest part of the casio_asm project.
The interpreter is responsible for executing bytecode files on the machine. It emulates a custom processor, and gives it access to peripherals, like a screen, a keyboard or timers.