Add basic assembler without symbols support
This commit is contained in:
12
README.md
12
README.md
@@ -1,3 +1,13 @@
|
||||
# hack-assembler
|
||||
|
||||
An implementation of a hack assembler in C++.
|
||||
An implementation of a hack assembler in C++.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
g++ -o hack-assembler main.cpp
|
||||
cat <input_file.asm> | ./hack-assembler > <output_file.hack>
|
||||
```
|
||||
|
||||
## License
|
||||
This project is under the WTFPL License. See [LICENSE](LICENSE) for details.
|
||||
|
||||
Reference in New Issue
Block a user