~macaptain/nand2tetris-projects

Solutions to "The Elements of Computing Systems"
Minor package rename
Shuffle project around for no real reason
Complete Chapter 6 by finishing the Hack Assembler, which can now understand symbols and labels

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~macaptain/nand2tetris-projects
read/write
git@git.sr.ht:~macaptain/nand2tetris-projects

You can also use your local clone with git send-email.

#Nand2Tetris projects

Here's my solutions to the Nand2Tetris projects for the book "The Elements of Computing Systems: Building a Modern Computer from First Principles" by Noam Nisan and Shimon Schocken.

The solutions to the first five chapters are specified in HDL (Hardware Description Language) and Hack ASM. I've implemented the solutions to later chapters in Kotlin.

#Completed chapters so far

1, 2, 3, 4, 5, 6