Rewrote fwrite in assembler

git-svn-id: svn://svn.cc65.org/cc65/trunk@1614 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-23 22:51:25 +00:00
parent b948d96206
commit 79396d8acd
5 changed files with 131 additions and 55 deletions

View File

@@ -30,7 +30,6 @@ C_OBJS = _afailed.o \
fseek.o \
fsetpos.o \
ftell.o \
fwrite.o \
getchar.o \
gets.o \
gmtime.o \
@@ -74,6 +73,7 @@ S_OBJS = _fdesc.o \
fopen.o \
fprintf.o \
free.o \
fwrite.o \
getcpu.o \
isalnum.o \
isalpha.o \