mirror of
https://github.com/cc65/cc65.git
synced 2026-04-23 23:17:45 +00:00
Added new 8x16 unsigned multiplication routine.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5078 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -221,6 +221,7 @@ OBJS = add.o \
|
||||
udiv32by16r16.o \
|
||||
umod.o \
|
||||
umul16x16r32.o \
|
||||
umul8x16r24.o \
|
||||
umul8x8r16.o \
|
||||
xor.o \
|
||||
zeropage.o
|
||||
|
||||
Reference in New Issue
Block a user