/nand2tetris

Building a 16-bit computer from the logic gates up. In progress, coming 🔜

Primary LanguageAssembly

nand2tetris

This repo contains the solutions to the problems posed originally from the book, "The Elements of Computing Systems".

All lessons can be found on the nand2tetris website.

Relevant code can be found with the .hdl file type in the projects folder. The Hardware Descriptor Language used in this tutorial is not fully complete like Verilog or VHDL, but nonetheless serves the same purpose of demonstrating what goes on beneath the hood.