This website requires JavaScript.
Explore
Help
Sign In
Kwarde
/
klibc
Watch
1
Star
0
Fork
0
You've already forked klibc
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3951e50ab0d7004d6190b4b8c32fcac5aa202af1
klibc
/
src
History
Kwarde
3951e50ab0
Force self to sub/add rsp before/after push/pop (instead of after/before push/pop) -- prevents popping wrong values, eventually (in callee, like what printf does)
2025-07-10 01:38:25 +02:00
..
console.asm
Force self to sub/add rsp before/after push/pop (instead of after/before push/pop) -- prevents popping wrong values, eventually (in callee, like what printf does)
2025-07-10 01:38:25 +02:00
constants.asm
Add small constants set, exit() and tests entry/exit
2025-07-05 01:33:33 +02:00
convert.asm
convert.asm: Avoid stack usage for reversing string - use second buffer instead
2025-07-10 01:37:26 +02:00
core.asm
Adds islower()/isupper()
2025-07-09 22:57:33 +02:00
string.asm
Fix strcmp() behaviour (ret=-1 --> ret=0)
2025-07-10 00:01:26 +02:00
tests.asm
FIX: Stack alignment in tests.asm
2025-07-10 01:22:44 +02:00