Added timing and asm implementations of strcpy, strcmp, memcpy.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 7 Feb 2000 05:35:29 +0000 (05:35 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 7 Feb 2000 05:35:29 +0000 (05:35 +0000)
commit04d0542968f763a0b8b1a75b24f3db04a321bb2a
tree860e9061e873431559fa3796b114dbde865a9a9b
parent2ab743e728ecd2758a251956cd35f7d8ed33f121
Added timing and asm implementations of strcpy, strcmp, memcpy.
Now up to 174 d/s.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@74 4a8a32a2-be11-0410-ad9d-d568d2c75423
device/lib/z80/Makefile
device/lib/z80/asm_strings.s
device/lib/z80/crt0.s
device/lib/z80/string.c
support/tests/dhrystone/dhry.c