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
2021-10-03 08:05:13 -04:00
lib yes 2021-10-03 08:05:13 -04:00
monkie removed inc and the old strnum 2021-10-03 08:02:46 -04:00
.gitignore added yes 2021-09-09 18:34:54 -04:00
.gitmodules Balls 2021-10-02 13:33:46 -04:00
case.asm Balls 2021-10-02 13:33:46 -04:00
CMakeLists.txt asdasasdasd hpe this works and doesnt fuck everythign up 2021-10-02 20:50:08 -04:00
diff.asm Balls 2021-10-02 13:33:46 -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