aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/libc/memset.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-119/+0
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* More library cleanups and libc fixesspicyjpeg2023-05-211-1/+2
|
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-301-5/+1
|
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-211-0/+5
|
* Optimize memset(), add heap usage API, remove _mem_init()spicyjpeg2022-10-081-20/+112
|
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-231-2/+2
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-061-0/+25