1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

Added special multiplication routines

git-svn-id: svn://svn.cc65.org/cc65/trunk@1012 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-10-04 21:34:14 +00:00
parent 560ac0ac43
commit 0fdf581d06
6 changed files with 188 additions and 36 deletions
+3
View File
@@ -130,6 +130,9 @@ OBJS = add.o \
makebool.o \
mod.o \
mul.o \
mulax3.o \
mulax5.o \
mulax10.o \
ne.o \
neg.o \
or.o \