diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5bb896a..15927a3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +# C.0 + +* Implement cp in assembly; +* Implement stdarg header; +* Implement memcpy in 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; + # B.0 * Add error screen; |