Skip to content

awbradle/HackASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>