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:
@@ -109,6 +109,7 @@ S_OBJS = _cwd.o \
|
||||
memchr.o \
|
||||
memcmp.o \
|
||||
memcpy.o \
|
||||
memmove.o \
|
||||
memset.o \
|
||||
modfree.o \
|
||||
modload.o \
|
||||
|
||||
Reference in New Issue
Block a user