2026-06-02 15:59:28 +02:00
2026-05-19 13:43:47 +00:00
2026-06-02 15:59:28 +02:00
2026-05-19 19:25:49 +02:00

hack-assembler

An implementation of a hack assembler in C++.

Compilation

cmake -S . -B build
cmake --build build

Usage

g++ -o hack-assembler main.cpp
cat <input_file.asm> | ./hack-assembler > ./out/<output_file.hack>

License

This project is under the WTFPL License. See LICENSE for details.

Description
An implementation of a hack assembler in C++.
Readme WTFPL 127 KiB
Languages
Assembly 97.6%
C++ 2.2%
CMake 0.2%