Rewrote the xxx_load routines for the drivers in assembler to save some

space.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3756 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2006-06-05 16:59:29 +00:00
parent 2e0b65887c
commit aa217e4535
12 changed files with 371 additions and 325 deletions

View File

@@ -29,11 +29,12 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
#--------------------------------------------------------------------------
# Object files
C_OBJS = joy_load.o
C_OBJS =
S_OBJS = joy-kernel.o \
joy_read.o \
joy_count.o \
joy_load.o \
joy_unload.o
#--------------------------------------------------------------------------