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
2022-01-23 08:28:35 -05:00
lib changed case to use the new tolower 2021-11-27 04:43:03 -05: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 changed case to use the new tolower 2021-11-27 04:43:03 -05: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 Update 'README.md' 2022-01-23 08:28:35 -05:00
yes.asm added yes 2021-09-09 18:34:54 -04:00

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