]> git.sur5r.net Git - cc65/commit
Added division routine. Removed C callable entry points from mul routines,
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 4 Nov 2009 18:23:40 +0000 (18:23 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 4 Nov 2009 18:23:40 +0000 (18:23 +0000)
commitc200e0ec94952bc39de1698893e3427bb2dab581
tree8730f90928dabb039148fb6cae4162ed6282e707
parent851926b301dfef17c3e56237d95dca41d0317834
Added division routine. Removed C callable entry points from mul routines,
they're now in common.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4441 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/runtime/Makefile
libsrc/runtime/imul16x16r32.s
libsrc/runtime/udiv32by16r16.s [new file with mode: 0644]
libsrc/runtime/umul16x16r32.s