2024-03-18 05:09:44 +01:00
2024-03-18 05:02:26 +01:00
2024-03-17 03:29:47 +01:00
2024-03-08 14:40:23 +01:00
2024-03-08 14:40:23 +01:00
2024-03-18 05:09:44 +01:00

Hack Assembler

This is an assembler made as the final assignment for the Nand To Tetris Course: Part 1. 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.

S
Description
Assembler for The Hack language from the Nand to Tetris course.
Readme GPL-3.0 54 KiB
Languages
Rust 100%