mirror of
https://github.com/hazemKrimi/hack-assembler.git
synced 2026-05-01 18:20:28 +00:00
Create README.md
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
# 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 <path>
|
||||||
|
```
|
||||||
|
The file will be written next to the source file.
|
||||||
Reference in New Issue
Block a user