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:
@@ -218,6 +218,7 @@ OBJS = add.o \
|
||||
ugt.o \
|
||||
ule.o \
|
||||
ult.o \
|
||||
udiv32by16r16.o \
|
||||
umod.o \
|
||||
umul16x16r32.o \
|
||||
xor.o \
|
||||
|
||||
Reference in New Issue
Block a user