Rewrite _hadd in assembler (a huge speedup!) and integrate it with free

for even faster code. The old _hadd function is now also written in
assembler but does only setup variables and calls the internal function
that is part of free.


git-svn-id: svn://svn.cc65.org/cc65/trunk@182 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-21 21:36:06 +00:00
parent 950a88d55e
commit 8db1fa3aa0
5 changed files with 455 additions and 163 deletions

View File

@@ -25,7 +25,6 @@ vsprintf.s
sprintf.s
abort.s
errormsg.s
_hadd.s
cprintf.s
vcprintf.s
freopen.s