Projects with this topic
Sort by:
-
Implements and extends the theoretical stack machine described at https://ics-websites.science.uu.nl/docs/vakken/b3tc/SSM/instructions.html. The interpreter runs on a simple binary format. Binary executables are created by the assembler. Extensions are an interactive debugger with disassembler, and a simple linker for creating programs from a collection of source files.
Updated