]> git.sur5r.net Git - cc65/commit
Split memcpy and memmove, since the former is used a lot more often than
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Aug 2003 10:17:53 +0000 (10:17 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Aug 2003 10:17:53 +0000 (10:17 +0000)
commit2d168babe9c17459959815e1a2ede88ed639c48f
tree822649968fe9570504da2dd118ecfa8e1ebb87b2
parentaef8789873bd008d42aa50330ca98488fad91b31
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
libsrc/common/Makefile
libsrc/common/memcpy.s
libsrc/common/memmove.s [new file with mode: 0644]