This project is a follow-up on the Youtube tutorial made by bitwise. The goal is to design a processor and a corresponding software stack. The original project is hosted on github.
NOTE: this repository uses submodules. Thus, prior before doing anything you must execute the following commands so the dependencies are added properly:
git submodule init
git submodule update
The project is divided into the following subprojects:
- Ion: a compiler for a simple C-like programming language that will be used for the software stack