Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 277 Bytes

HackASM

A Hack assembler written in C. Part of the projects from Nand2Tetris. Check out https://www.nand2tetris.org. I wrote this as an exercise in getting to know C better.

Usage

Assembler assumes no errors exist in your assembly code.

make
./hasm <input.asm>