Logo
Explore Help
Sign In
Kwarde/klibc
1
0
Fork 0
You've already forked klibc
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
28 Commits 1 Branch 0 Tags
354024c1b76ee4a9046bab22fa79468cc3ae80d9
Go to file
Clone
Open with VS Code Open with VSCodium Open with Intellij IDEA
Download ZIP Download TAR.GZ Download BUNDLE
Kwarde 354024c1b7 Rewrite tests (most accidentally done in previous commit), add TODO (bugfix) in strcmp()
2025-06-24 18:45:17 +02:00
.gitignore
Ignore tests, .o, .lst
2025-06-23 06:40:57 +02:00
console.asm
Restore NL in console.asm -- syscall 1 requires mem addr, not constant 0xA
2025-06-24 17:02:49 +02:00
constants.asm
Use NL/EOS instead of 10/0, use constants.asm for global constants
2025-06-24 16:34:06 +02:00
core.asm
Don't zero rax in tolower/toupper; they both call islower/isupper which already zeroes rax
2025-06-23 15:59:40 +02:00
makefile
Use NL/EOS instead of 10/0, use constants.asm for global constants
2025-06-24 16:34:06 +02:00
README.md
Init repo
2025-06-22 06:57:41 +02:00
string.asm
Rewrite tests (most accidentally done in previous commit), add TODO (bugfix) in strcmp()
2025-06-24 18:45:17 +02:00
tests.asm
Rewrite tests (most accidentally done in previous commit), add TODO (bugfix) in strcmp()
2025-06-24 18:45:17 +02:00

README.md

klibc.
Very minimal less-efficient C library written in x64 asm (Intel 64/IA-32)

Description
No description provided
Readme 238 KiB
Languages
Assembly 95.7%
Makefile 4.3%
Powered by Gitea Version: 1.24.2 Page: 38ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API