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,12 +29,13 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
#--------------------------------------------------------------------------
# Object files
C_OBJS = ser_load.o
C_OBJS =
S_OBJS = ser-kernel.o \
ser_close.o \
ser_get.o \
ser_ioctl.o \
ser_load.o \
ser_open.o \
ser_put.o \
ser_status.o \