Split of the lruntime module

git-svn-id: svn://svn.cc65.org/cc65/trunk@427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-01 22:03:22 +00:00
parent 8f83a48602
commit 7bb82698d1
6 changed files with 138 additions and 108 deletions

View File

@@ -81,6 +81,7 @@ OBJS = add.o \
ldaxsp.o \
ldeax.o \
ldeaxi.o \
ldeaxysp.o \
ldec.o \
ldiv.o \
le.o \
@@ -100,7 +101,6 @@ OBJS = add.o \
lpop.o \
lpush.o \
lrsub.o \
lruntime.o \
lsave.o \
lshelp.o \
lshl.o \
@@ -143,6 +143,7 @@ OBJS = add.o \
pushc0.o \
pushc1.o \
pushc2.o \
pushlysp.o \
pushw.o \
pushwsp.o \
return0.o \
@@ -163,6 +164,7 @@ OBJS = add.o \
staxspidx.o \
staxspp.o \
steaxsp.o \
steaxspp.o \
sub.o \
subeqsp.o \
subysp.o \