Skip to content

TannerLow/Hack-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Assembler

Assembler program for the Hack computer architecture in the Nand2Tetris course. https://www.nand2tetris.org/


This is the final project for nand2tetris part 1. It's an Assembler for the Hack Assembly language. The outputted file is not actual binary. It is 1 and 0 characters because that is how the CPUEmulator in the nand2tetris course works.


Usage

Program can take a local filename as a program argument. A similarly named .hack file will result from running it with valid Hack Assembly code. (EX. Argument: Add.asm | Result: Add.hack)

About

Assembler program for the Hack computer architecture in the Nand2Tetris course. https://www.nand2tetris.org/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published