|
bc93a0c4ca
|
Fix comment (opcode -> instruction)
|
2025-06-30 23:03:39 +02:00 |
|
|
9ea889dd12
|
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 |
|
|
8ab78baa35
|
Fix typo (FS_stderr->FD_stderr)
|
2025-06-27 19:08:41 +02:00 |
|
|
ef19cbda50
|
Add file descriptor constants
|
2025-06-27 19:05:14 +02:00 |
|
|
9982eabe7c
|
printf(): Always print full string instead of throwing an error; print printfBuff when full and start at index 0 again
|
2025-06-27 18:57:54 +02:00 |
|
|
6b850457cd
|
Fix NL in puts
|
2025-06-26 11:01:58 +02:00 |
|
|
265ff06686
|
Seperate source and build files in src and build (and build/bin)
|
2025-06-26 10:55:10 +02:00 |
|