Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeansberg/csharphackassembler

An assembler for the Hack language defined in From NAND to Tetris
https://github.com/jeansberg/csharphackassembler

assembler hack nand2tetris

Last synced: 15 days ago
JSON representation

An assembler for the Hack language defined in From NAND to Tetris

Awesome Lists containing this project

README

        

# CSharpHackAssembler
This is an assembler for the Hack language defined in *From NAND to Tetris Building a Modern Computer From First Principles* (http://nand2tetris.org/)

It is a console application written in C#.

## Operation
1. Build the solution
2. Execute HackAssembler.exe with a command line parameter specifying the path to the .asm file you want to translate. The resulting .hack file will be saved in the same folder.