Split memcpy and memmove, since the former is used a lot more often than

the latter.
Optimized the code for smaller size and greater speed.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2382 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-08-20 10:17:53 +00:00
parent aef8789873
commit 2d168babe9
3 changed files with 114 additions and 89 deletions

View File

@@ -109,6 +109,7 @@ S_OBJS = _cwd.o \
memchr.o \
memcmp.o \
memcpy.o \
memmove.o \
memset.o \
modfree.o \
modload.o \