Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
Assembler for The Hack language from the Nand to Tetris course
- Host: GitHub
- URL: https://github.com/hazemkrimi/hack-assembler
- Owner: hazemKrimi
- Created: 2024-03-08T13:41:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T04:09:45.000Z (10 months ago)
- Last Synced: 2024-11-21T01:42:50.386Z (about 2 months ago)
- Topics: assembler, nand2tetris, rust
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.