zombie-lib for x86 machines! Not really C compliant but almost
Find a file
zombie bba6630833 i (hopefully) made atoi return 0 if its not a number
@quantum fix
i should probably make it more complient with the spec
2021-11-21 03:21:48 -05:00
.gitignore like added everything 2021-09-26 17:30:13 -04:00
atoi.asm i (hopefully) made atoi return 0 if its not a number 2021-11-21 03:21:48 -05:00
atoi_legacy.asm remade atoi it no longer nukes your string 2021-10-04 16:34:02 -04:00
atoi_legacy2.asm i (hopefully) made atoi return 0 if its not a number 2021-11-21 03:21:48 -05:00
CMakeLists.txt added atoi to example 2021-10-02 21:37:52 -04:00
example.asm i (hopefully) made atoi return 0 if its not a number 2021-11-21 03:21:48 -05:00
LICENSE Initial commit 2021-09-26 14:39:08 -04:00
README.md like added everything 2021-09-26 17:30:13 -04:00
strcmp.asm made the function names for "C" like 2021-09-27 16:40:27 -04:00
strlen.asm added atoi to example 2021-10-02 21:37:52 -04:00
tolower.asm Tits 2021-10-02 13:33:15 -04:00

zombie-lib

libs that i ahve made