]> git.sur5r.net Git - cc65/commit
Added pce-specific substitutes for memcpy() and memmove(). 223/head
authorGreg King <gregdk@users.sf.net>
Fri, 23 Oct 2015 22:02:21 +0000 (18:02 -0400)
committerGreg King <gregdk@users.sf.net>
Fri, 23 Oct 2015 22:02:21 +0000 (18:02 -0400)
commit8e8d1120290c743ea97d8e8889c039341f3f514d
treeca52b56d8ce7f4c1641d00e0c49aadf59794e134
parent43bda6928d6e456b9e3fec5ce351eb1a1338f9d5
Added pce-specific substitutes for memcpy() and memmove().

They are smaller and faster because they take advantage of the pce CPU's block-copy instructions.

Also, made a small improvement to the common memmove(), so that it is similar to the pce version.
libsrc/common/memmove.s
libsrc/pce/memcpy.s [new file with mode: 0644]
libsrc/pce/memmove.s [new file with mode: 0644]