VanTamNguyen/Nand2Tetris
Nand2Tetris: Build a computer system from the ground up, from nand to tetris. Hardware and software.
This project helps students and self-learners understand how a computer works from the most basic electronic gates up to a full operating system. It provides notes and exercises that guide you through building a simplified computer, starting with boolean logic and ending with a high-level programming language and a basic OS. Anyone studying computer science or engineering fundamentals would find this project useful for hands-on learning.
No commits in the last 6 months.
Use this if you want to gain a deep, practical understanding of computer architecture and software by building a functional system from first principles.
Not ideal if you're looking for a theoretical overview of computer science concepts without the practical, step-by-step construction of a computer.
Stars
36
Forks
14
Language
Assembly
License
—
Category
Last pushed
Sep 30, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/VanTamNguyen/Nand2Tetris"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever