A CPU emulator that executes custom bytecode.
mkdir build && cd build
cmake .. # "-UBUILD_TESTS -DBUILD_TESTS=ON" to build tests, "-ULIBRARY_TYPE -DLIBRARY_TYPE=SHARED" for building shared library
make
cd build
./shush-cpu <file name>.shex
doxygen
Documentation will be generated in the directory named docs
.