1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

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
This commit is contained in:
uz
2009-11-04 18:23:40 +00:00
parent 851926b301
commit c200e0ec94
4 changed files with 59 additions and 15 deletions
+1
View File
@@ -218,6 +218,7 @@ OBJS = add.o \
ugt.o \
ule.o \
ult.o \
udiv32by16r16.o \
umod.o \
umul16x16r32.o \
xor.o \