Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 624 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 624 Bytes

HCC (HACK Compiler Collection)

This is an effort to make the best available toolchain for HACK computer platform. See http://danopernis.github.io/hcc/ for details. Build Status

Building & Installation

Build HCC using

mkdir build
cd build
cmake ..
make

Optionally test and install using

make test
DESTDIR=~ make install

Standard library/OS is available in directory "src/stdlib". Contents of that directory shall be copied to your Jack project.