mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-12 23:04:43 -05:00
content: Add nand2tetris screenshot, slim tags
This commit is contained in:
BIN
public/images/nand2tetris.png
Normal file
BIN
public/images/nand2tetris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 423 KiB |
@@ -415,13 +415,12 @@ export const projects: Project[] = [
|
||||
longDescription:
|
||||
"Built a complete computer system from the ground up as part of the Nand2Tetris course (ECEG 431). Starting with a single NAND gate, I designed and simulated all hardware components including logic gates, ALU, RAM, and the CPU. On the software side, I developed an assembler, a virtual machine translator, and a compiler for a high-level object-oriented language, culminating in a fully functional Operating System. This project provided a deep, demystified understanding of how computers actually work under the hood.",
|
||||
tags: [
|
||||
"Computer Architecture",
|
||||
"Hardware Simulation",
|
||||
"Compiler Design",
|
||||
"Simulation",
|
||||
"Compilers",
|
||||
"Python",
|
||||
"Assembly",
|
||||
"Virtual Machine",
|
||||
"Operating Systems",
|
||||
"VM",
|
||||
"OS",
|
||||
],
|
||||
link: "/blog/eceg431",
|
||||
gitLink: "https://github.com/soconnor0919/eceg431",
|
||||
|
||||
Reference in New Issue
Block a user