Skip to content

An assembler in C++ of the Hack language, done for week 6 of the nand2tetris course

License

Notifications You must be signed in to change notification settings

HazeSystem/hack_assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hack_assembler

Hack assembler for the Nand2tetris course. http://www.nand2tetris.org/

It's now a complete assembler! Other small improvements coming maybe.

Uses CMake. Windows and Linux builds tested and confirmed working, OS X should work but I'm not able to test it myself.

Dependencies

  • CMake (for building)
  • boost

Building

mkdir build
cd build
cmake ../
make

About

An assembler in C++ of the Hack language, done for week 6 of the nand2tetris course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published