summaryrefslogtreecommitdiff
path: root/demo/hdr.s
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-22Add more functions for drawing geometric shapes; Add function for ↵10.0Gabriel Jensen
configuring the palette; Re-add algorithms; Fix get and set using old naming convention; Rename project to ax; Update vsync;
2022-10-27Use prefix ax instead of agbx (including header folders); Fix version constant;6.0Gabriel Jensen
2022-09-16Add function for getting the current video bank (getvbnk); Remove debug ↵3.0Gabriel Jensen
mode; Update readme; Make error 'ok' always zero; Remove error 'misc'; Restructure assembly; Add more error codes; Add new header 'algo'; Add functions for copying memory sequences (cp); Add function for V-syncing (vsync); Add functions for filling the screen (clrscrn{X}); Make plot take the video address;
2022-09-09Initial;0.0Gabriel Jensen