]> git.sur5r.net Git - cc65/commit
Added special multiplication routines
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 4 Oct 2001 21:34:14 +0000 (21:34 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 4 Oct 2001 21:34:14 +0000 (21:34 +0000)
commit0fdf581d0651ed30f2e16e9c7771b542ad23e3e6
tree7cd42e11dcfc94809e558c54c155ff782085d156
parent560ac0ac43dd3dbffb57739334aae9593666f9e2
Added special multiplication routines

git-svn-id: svn://svn.cc65.org/cc65/trunk@1012 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/runtime/Makefile
libsrc/runtime/mulax10.s [new file with mode: 0644]
libsrc/runtime/mulax3.s [new file with mode: 0644]
libsrc/runtime/mulax5.s [new file with mode: 0644]
src/cc65/codegen.c
src/cc65/codeopt.c