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
38 Commits 1 Branch 0 Tags
1969294f022fc212f4a612386b047da3f790a392
Go to file
Clone
Open with VS Code Open with VSCodium Open with Intellij IDEA
Download ZIP Download TAR.GZ Download BUNDLE
Kwarde 1969294f02 Use direct value for mode in fopen() instead of pointer -- mode is always 1 char so no need to store mode letters in memory
2025-06-25 10:15:21 +02:00
.gitignore
Adds fopen(), fwrite(), fclose()
2025-06-25 09:38:42 +02:00
console.asm
Adds fopen(), fwrite(), fclose()
2025-06-25 09:38:42 +02:00
constants.asm
Adds fopen(), fwrite(), fclose()
2025-06-25 09:38:42 +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
file.asm
Use direct value for mode in fopen() instead of pointer -- mode is always 1 char so no need to store mode letters in memory
2025-06-25 10:15:21 +02:00
makefile
Adds fopen(), fwrite(), fclose()
2025-06-25 09:38:42 +02:00
README.md
Init repo
2025-06-22 06:57:41 +02:00
string.asm
Adds fopen(), fwrite(), fclose()
2025-06-25 09:38:42 +02:00
tests.asm
Use direct value for mode in fopen() instead of pointer -- mode is always 1 char so no need to store mode letters in memory
2025-06-25 10:15:21 +02:00

README.md

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

Description
No description provided
Readme 234 KiB
Languages
Assembly 95.6%
Makefile 4.4%
Powered by Gitea Version: 1.24.2 Page: 34ms Template: 2ms
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