This repository contains my implementations of the projects from course 67925 - Computer Cons. Workshop: From Nand to Tetris at The Hebrew University of Jerusalem (HUJI).
The repository is organized into the following projects:
- Project 1: Boolean Logic
- Project 2: Boolean Arithmetic
- Project 3: Memory
- Project 4: Machine Language
- Project 5: Computer Architecture
- Project 6: Assembler
- Project 7: Virtual Machine I
- Project 8: Virtual Machine II
- Project 9: Jack Programming
- Project 10: Compiler I
- Project 11: Compiler II
- Project 12: Operating System
Each project is located in its respective subdirectory within the projects/
folder.
Project | Grade |
---|---|
Project 1 | 100 |
Project 2 | 100 |
Project 3 | 100 |
Project 4 | 100 |
Project 5 | 100 |
Project 6 | 100 |
Project 7 | 91 |
Project 8 | 99.5 |
Project 9 (Made with Noam) | 100 |
Project 10 | 100 |
Project 11 | 97.5 |
Project 12 | 100 |
This project is licensed under the MIT License – see the LICENSE file for details.