]> git.sur5r.net Git - cc65/commit
Added code to handle the special case of a zero-length move. 225/head
authorGreg King <gregdk@users.sf.net>
Mon, 2 Nov 2015 22:04:46 +0000 (17:04 -0500)
committerGreg King <gregdk@users.sf.net>
Mon, 2 Nov 2015 22:09:45 +0000 (17:09 -0500)
commit8180ac20d3043e9dc54cc639b29f993e6c79d5b8
tree1ea13d828f3356d77ccd65b69df36fe08bb3131a
parent281dc33e5a981324df4872cad06efbe5689abc72
Added code to handle the special case of a zero-length move.

Added more tests of memcpy() and memmove().
libsrc/pce/memcpy.s
testcode/lib/pce/Makefile
testcode/lib/pce/conio.c