Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chouffe/hack-assembler
Hack Assembler - From Nand2Tetris course on Coursera - in Clojure
https://github.com/chouffe/hack-assembler
Last synced: about 8 hours ago
JSON representation
Hack Assembler - From Nand2Tetris course on Coursera - in Clojure
- Host: GitHub
- URL: https://github.com/chouffe/hack-assembler
- Owner: Chouffe
- License: epl-1.0
- Created: 2015-11-15T22:00:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T03:34:41.000Z (about 9 years ago)
- Last Synced: 2023-03-29T05:34:59.138Z (over 1 year ago)
- Language: Assembly
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hack Assembler
A Clojure library designed to assemble code for the Hack Computer.
From Nand2Tetris course on Coursera - http://www.nand2tetris.org## Usage
To assemble the program called "Program.asm", issue the following command
> lein run "Program.asm"## Tests
To run the test, issue the command
> lein midje## License
Copyright © 2015 Arthur Caillau
Distributed under the Eclipse Public License, the same as Clojure.