1
0
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:
uz
2011-07-10 14:51:03 +00:00
parent 3812c5c854
commit 3806cd472d
2 changed files with 64 additions and 0 deletions
+1
View File
@@ -221,6 +221,7 @@ OBJS = add.o \
udiv32by16r16.o \
umod.o \
umul16x16r32.o \
umul8x16r24.o \
umul8x8r16.o \
xor.o \
zeropage.o