summaryrefslogtreecommitdiff
path: root/docs/projects/index.md
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-08-18 20:44:33 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-08-18 20:44:33 +0800
commit9b4dc7b918935c31659e72cf36c1af0ea4fa8981 (patch)
tree5f6ec12923ebd7770e077618936e8d6e38553228 /docs/projects/index.md
parent18cb29e1a166eddcc783838f3171c9f000d45577 (diff)
New post: projects/nand2tetris_1
Diffstat (limited to 'docs/projects/index.md')
-rw-r--r--docs/projects/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/projects/index.md b/docs/projects/index.md
index f151c77..91d2bc6 100644
--- a/docs/projects/index.md
+++ b/docs/projects/index.md
@@ -8,6 +8,14 @@ MkDocs). But the few that do, are here.
Projects below are sorted reverse chronologically (most recent first).
+## [nand2tetris, Part 1](nand2tetris_1)
+
+![Diagram of a simple computer](img/nand2tetris/computer_registers.png)
+
+In July 2022 I enrolled in a course called nand2tetris. In part one of
+this course I built a computer from NAND gates and ran assembly on it. It
+was great fun.
+
## [SIRTET](sirtet)
![Screenshot of SIRTET mid-game](img/sirtet/sirtet.png)