Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hazemkrimi/hack-assembler

Assembler for The Hack language from the Nand to Tetris course
https://github.com/hazemkrimi/hack-assembler

assembler nand2tetris rust

Last synced: about 6 hours ago
JSON representation

Assembler for The Hack language from the Nand to Tetris course

Awesome Lists containing this project

README

        

# Hack Assembler

This is an assembler made as the final assignment for the [Nand To Tetris Course: Part 1](https://nand2tetris.org/project06). It assumes that the assembly file does not have errors for now.

To run this against hack assembly files clone this repo and run the following command with the path of the file:
```
cargo run
```
The file will be written next to the source file.