zombie-lib for x86 machines! Not really C compliant but almost
Find a file
zombie 0428078991 made tolower not nuke your string (i think)
previously tolower would take your string and modify it but now it returns a new string that has been tolowered
2021-11-27 04:39:20 -05:00
unfinished idk what i changed check the diffs 2021-11-25 12:41:37 -05:00
.gitignore like added everything 2021-09-26 17:30:13 -04:00
atoi.asm idk what i changed check the diffs 2021-11-25 12:41:37 -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 testing malloc in example.asm 2021-11-25 13:11:38 -05:00
example.asm testing malloc in example.asm 2021-11-25 13:11:38 -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 made tolower not nuke your string (i think) 2021-11-27 04:39:20 -05:00
tolower_legacy.asm made tolower not nuke your string (i think) 2021-11-27 04:39:20 -05:00

zombie-lib

libs that i ahve made