removed jmpvec in favor of callax function

git-svn-id: svn://svn.cc65.org/cc65/trunk@1841 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2002-12-25 03:27:50 +00:00
parent df88fc0a8a
commit 4b80c3537d
5 changed files with 255 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
@$(AS) -o $@ $(AFLAGS) $<
C_OBJS =
S_OBJS = call.o
S_OBJS = call.o condes.o
all: $(C_OBJS) $(S_OBJS)