https://github.com/chouffe/hack-assembler
Hack Assembler - From Nand2Tetris course on Coursera - in Clojure
https://github.com/chouffe/hack-assembler
Last synced: 11 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T03:34:41.000Z (over 10 years ago)
- Last Synced: 2025-01-20T22:23:08.969Z (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.