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.
Find a file
zombie 8a38471452 3x+1 works
TODO fiks args
2021-10-06 15:51:52 -04:00
lib 3x+1 works 2021-10-06 15:51:52 -04:00
monkie changed things 2021-10-04 15:15:14 -04:00
.gitignore added yes 2021-09-09 18:34:54 -04:00
.gitmodules Balls 2021-10-02 13:33:46 -04:00
3x+1.asm 3x+1 works 2021-10-06 15:51:52 -04:00
case.asm Balls 2021-10-02 13:33:46 -04:00
CMakeLists.txt changed things 2021-10-04 15:15:14 -04:00
diff.asm changed things 2021-10-04 15:15:14 -04:00
length.asm Balls 2021-10-02 13:33:46 -04:00
LICENSE fixed my last garbage commit 2021-10-02 08:47:54 -04:00
README.md fixed my last garbage commit 2021-10-02 08:47:54 -04:00
yes.asm added yes 2021-09-09 18:34:54 -04:00

zombie-core-utils

Dependencies

yay -S nasm

Build

mkdir build
cd build
cmake ..
make