Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.