summaryrefslogtreecommitdiff
path: root/zap/source/amd64/mem
AgeCommit message (Expand)Author
2023-03-25cp: Return structure with the one-after-the-end addresses of both dest and sr...Gabriel Jensen
2023-03-19Return the one-after-the-emd address from cp; (amd64) Fix wrong registers bei...Gabriel Jensen
2023-01-31Fix segmentation fault in fill caused by usage of wrong register (amd64);Gabriel Jensen
2023-01-30cp: Use vmovdqu instead of vmovups (amd64);Gabriel Jensen
2023-01-29Optimise fill (amd64); Optimise cp (amd64);Gabriel Jensen
2023-01-28Update assembly comments; Implement fill in AMD64; Remove signal support; Fix...Gabriel Jensen
2023-01-27Implement cp and abs in AMD64; Fix indentations; Implement cp and abs in ARM64;Gabriel Jensen
2023-01-22Rewrite project (the following is the current feature set); Add minimum-width...Gabriel Jensen
2022-11-20memcat: Remove; strcat: Remove; memcp: Return number of copied bytes; memfill...Gabriel Jensen
2022-11-06Implement memcnt in assembly;Gabriel Jensen
2022-11-05Add counting function; Rename foreach to memfor; Rename fndbtyte to memfnd; R...Gabriel Jensen
2022-11-05Improve assembly readability (save utf8enc and utf8enclen for later); Update ...Gabriel Jensen
2022-11-03Add function for getting the length of UTF-32 strings;Gabriel Jensen
2022-10-31Remove memcmp and strcmp; Restructure sources; Remove root makefile;Gabriel Jensen