Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcaudate/hird
simulations for nand2tetris
https://github.com/zcaudate/hird
Last synced: 25 days ago
JSON representation
simulations for nand2tetris
- Host: GitHub
- URL: https://github.com/zcaudate/hird
- Owner: zcaudate
- Created: 2018-06-05T12:46:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T07:18:51.000Z (over 6 years ago)
- Last Synced: 2024-11-14T12:47:36.030Z (3 months ago)
- Language: Assembly
- Size: 431 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hird
Solutions and simulation for Nand2Tetris
## Installation
Installing Hack Jars
lein do localrepo install jar/Hack.jar hack/core 2.5.7, \\
localrepo install jar/Compilers.jar hack/compilers 2.5.7, \\
localrepo install jar/Simulators.jar hack/simulators 2.5.7, \\
localrepo install jar/AssemblerGUI.jar hack/gui-assembler 2.5.7, \\
localrepo install jar/HackGUI.jar hack/gui-core 2.5.7, \\
localrepo install jar/SimulatorsGUI.jar hack/gui-simulators 2.5.7, \\
localrepo install jar/TranslatorsGUI.jar hack/gui-translators 2.5.7## Usage
(use 'hird.core)
## License
Copyright © 2018 Chris Zheng
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.