summaryrefslogtreecommitdiff
path: root/demo/script.ld
AgeCommit message (Collapse)Author
2023-01-04Implement cp in assembly; Implement stdarg header; Implement memcpy in ↵12.0Gabriel Jensen
assembly; Implement strlen in assembly; Add old-style <string.h> search functions; Implement memmove; Add function for copying in byte chunks; Add function for division and modulo;
2022-12-29Add error screen; Implement some standard library features; Add logo; Add ↵11.0Gabriel Jensen
signed integral types; Add function for trapping; Don't use nodiscard; Add more error codes; Remove badmd error; Add type limit macros; Update readme;
2022-12-18Remove typeof macro; Update makefile styling; Update linker script (place ↵7.0Gabriel Jensen
bss and data correctly, rename to 'script.ld'); Add function for plotting textures (plottex); Use left-to-right numbers; Use variably-sized enumerations; Fix clrscrn;