Projects with this topic
-
Embeddable Common-Lisp main repository.
Updated -
Elliott 803 computer emulator and files (read from paper tapes). Includes Algol 60 and H-Code compilers.
Updated -
A simple implementation of a PL/0 compiler toolchain.
Updated -
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 -
Follow up of the ssmhs project, this time in C. 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.
Updated