Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeansberg/csharphackassembler
- Owner: jeansberg
- License: gpl-3.0
- Created: 2017-01-29T12:19:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T20:24:43.000Z (over 7 years ago)
- Last Synced: 2024-11-10T11:13:13.484Z (about 2 months ago)
- Topics: assembler, hack, nand2tetris
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.