zombie-core-utils for x86 machines! zombie-core-utils uses zombie-lib as its libc with the exception of the occasional libc thing such as puts and malloc.
lib | ||
monkie | ||
.gitignore | ||
.gitmodules | ||
3x+1.asm | ||
case.asm | ||
CMakeLists.txt | ||
diff.asm | ||
length.asm | ||
LICENSE | ||
README.md | ||
yes.asm |
zombie-core-utils
zombie-core-utils for x86 machines! zombie-core-utils uses zombie-lib as its libc with the exception of the occasional libc thing such as puts and malloc.
Dependencies
yay -S nasm
Build
mkdir build
cd build
cmake ..
make