From e9f9952bece5ff2e616f5a26a3f98ef18ade8625 Mon Sep 17 00:00:00 2001 From: Erick Date: Wed, 23 Mar 2022 15:37:39 +0100 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a2b891..9ecdcc3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Iceberg - From logic gates to 16-bit OS Iceberg is a virtual computer built from scratch, built starting from the logic gates and CPU to an assembler and compiler, whilst at the very high level Java is implemented. +I was inspired by the Nand2Tetris course where they used a simpler HDL, an easy assembly dialect and a Java-like language to teach various notions about Computer Architecture. I thought that it would be fun to recreate the same thing but using languages that are commonly used in the industry. + ## Architecture ### Logic Gates (path: /gates)