Complete first project

This commit is contained in:
2024-11-28 12:43:34 +04:00
commit c8f06bc4dd
17 changed files with 353 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# [Nand2Tetris](https://www.nand2tetris.org)
From Nand to Tetris
Building a Modern Computer From First Principles
В этом репозитории я сохраняю свои работы в ходе прохождения курса [nand2tetris](https://www.nand2tetris.org)
Курс состоит из двух частей, в первой части 6 проектов:
- [Project 1: Boolean Logic](./1_Boolean_Arithmetic) - создание
- Project 2: Boolean Arithmetic
- Project 3: Memory
- Project 4: Machine Language
- Project 5: Computer Architecture
- Project 6: Assembler
## Основная идея курса в коротком видео:
[![](./cover.jpg)](https://youtu.be/wTl5wRDT0CU)