This website requires JavaScript.
Explore
Help
Sign In
Kwarde
/
klibc
Watch
1
Star
0
Fork
0
You've already forked klibc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bc93a0c4ca27327e7280f4dd8e15ccf2d37e9a71
klibc
/
src
History
Kwarde
bc93a0c4ca
Fix comment (opcode -> instruction)
2025-06-30 23:03:39 +02:00
..
console.asm
printf(): Fetch args smarter (fetch from memory, slower, but also less opcodes/compares, and convenient for future;less repeatability)
2025-06-29 12:08:19 +02:00
constants.asm
Add file descriptor constants
2025-06-27 19:05:14 +02:00
core.asm
Seperate source and build files in src and build (and build/bin)
2025-06-26 10:55:10 +02:00
file.asm
Add file descriptor constants
2025-06-27 19:05:14 +02:00
string.asm
Fix comment (opcode -> instruction)
2025-06-30 23:03:39 +02:00
tests.asm
printf(): Fetch args smarter (fetch from memory, slower, but also less opcodes/compares, and convenient for future;less repeatability)
2025-06-29 12:08:19 +02:00