Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieljablonski/esc-college-course-work
Elements of Computer Systems - nand2tetris course
https://github.com/gabrieljablonski/esc-college-course-work
computer-engineering computer-science computer-systems nand2tetris
Last synced: about 8 hours ago
JSON representation
Elements of Computer Systems - nand2tetris course
- Host: GitHub
- URL: https://github.com/gabrieljablonski/esc-college-course-work
- Owner: gabrieljablonski
- License: mit
- Created: 2018-08-24T20:31:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T00:04:52.000Z (over 5 years ago)
- Last Synced: 2024-11-24T22:26:14.008Z (2 months ago)
- Topics: computer-engineering, computer-science, computer-systems, nand2tetris
- Language: Assembly
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# College Course Work - Elements of Computer Systems
Work done for college class, following the [**nand2tetris**](https://www.nand2tetris.org/ "nand2tetris") course.
Subjects covered:
* Boolean Logic and Arithmetic
* Sequential Logic
* Machine Language
* Computer Architecture
* Assemblers
* Virtual Machines - Stack implementation
* High-level Languages
* Compilers
* Operating SystemsFinal project: A clone of the Chrome Browser game **Dino Run** (chrome://dino), developed in the Jack programming language for the Hack computer. Demo [video](https://www.youtube.com/watch?v=2Li___2DTTw "Demo video for the Dino Run game") of the game.