Skip to content

A cpu emulator that executes custom bytecode files.

Notifications You must be signed in to change notification settings

Shushpancheak/shush-cpu

Repository files navigation

shush::cpu

A CPU emulator that executes custom bytecode.

Build

mkdir build && cd build
cmake .. # "-UBUILD_TESTS -DBUILD_TESTS=ON" to build tests, "-ULIBRARY_TYPE -DLIBRARY_TYPE=SHARED" for building shared library
make

Execution

cd build
./shush-cpu <file name>.shex

Build documentation

doxygen

Documentation will be generated in the directory named docs.

About

A cpu emulator that executes custom bytecode files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published