Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
/ Hack-Assembler Public archive

Hack Assembler for the nand2tetris course. Written in C

License

Notifications You must be signed in to change notification settings

papadoxie/Hack-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack-Assembler

Hack Assembler written in C for the nand2tetris course.

Compilation

make all

Binary will be generated in the bin folder

Running

./assembler -i <inputfile.asm> -o <optional outputfile.hack>

If no output file is given, a default a.hack file will be created in the current directory.

About

Hack Assembler for the nand2tetris course. Written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published