/hasm

Hack assembly compiler

Primary LanguageCApache License 2.0Apache-2.0

hasm

This is an assembler for the hack assembly language, from the excellent nand2tetris course. The assembler is written in C.

Build

make

Usage

./hasm <input file.asm> compiles the input assembly file. Output file has the same name and directory as the input file.

Links