mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-15 08:14: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:
|
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.",
|
"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: [
|
tags: [
|
||||||
"Computer Architecture",
|
"Simulation",
|
||||||
"Hardware Simulation",
|
"Compilers",
|
||||||
"Compiler Design",
|
|
||||||
"Python",
|
"Python",
|
||||||
"Assembly",
|
"Assembly",
|
||||||
"Virtual Machine",
|
"VM",
|
||||||
"Operating Systems",
|
"OS",
|
||||||
],
|
],
|
||||||
link: "/blog/eceg431",
|
link: "/blog/eceg431",
|
||||||
gitLink: "https://github.com/soconnor0919/eceg431",
|
gitLink: "https://github.com/soconnor0919/eceg431",
|
||||||
|
|||||||
Reference in New Issue
Block a user