{"id":18645228,"url":"https://github.com/danigb/nand-to-tetris","last_synced_at":"2025-11-05T03:30:27.045Z","repository":{"id":66458357,"uuid":"83669686","full_name":"danigb/nand-to-tetris","owner":"danigb","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-16T23:02:24.000Z","size":577,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T11:34:50.057Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danigb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-02T11:19:25.000Z","updated_at":"2020-07-24T00:11:32.000Z","dependencies_parsed_at":"2023-02-20T20:00:25.421Z","dependency_job_id":null,"html_url":"https://github.com/danigb/nand-to-tetris","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fnand-to-tetris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fnand-to-tetris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fnand-to-tetris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danigb%2Fnand-to-tetris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danigb","download_url":"https://codeload.github.com/danigb/nand-to-tetris/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449552,"owners_count":19640532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T06:15:07.392Z","updated_at":"2025-11-05T03:30:27.014Z","avatar_url":"https://github.com/danigb.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# From NAND to Tetris\n\nThis pretends to be a complete implementation of the system described in [The Elements of Computer Systems](https://www.amazon.com/Elements-Computing-Systems-Building-Principles/dp/0262640686) and it's companion [coursera course](https://www.coursera.org/learn/build-a-computer/home/welcome)\n\n\n#### Overview\n\n- Your app written in Jack language (a collection of .jack files)\n- Uses the services of the library/OS that is written in the Jack language too\n- The Jack language files are translated to VM code using the the [Jack Compiler]() producing .vm files (Chapters 9 and 10)\n- The VM code is translated to assembly code using the [vm-translator]() producing one .asm file (Chapters 7 and 9)\n- The assembly code is converted to hack binary code using the [assembler]() producing .hack files (Chpater 6)\n- Finally, the .hack binary code can be running in the using the [emulator]()\n\n\n#### References\n\n- The book: https://www.amazon.com/Elements-Computing-Systems-Building-Principles/dp/0262640686\n- The course: https://www.coursera.org/learn/build-a-computer/home/welcome\n- From NAND to tetris: http://nand2tetris.org/\n\nOther repositories with solutions:\n\n- https://github.com/itzhak-razi/From-Nand-to-Tetris\n- https://github.com/unblevable/nand-to-tetris\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanigb%2Fnand-to-tetris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanigb%2Fnand-to-tetris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanigb%2Fnand-to-tetris/lists"}