Rewrote fopen in assembler

git-svn-id: svn://svn.cc65.org/cc65/trunk@1608 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-23 18:46:40 +00:00
parent 6f198ae131
commit 6195f87f6a
4 changed files with 52 additions and 34 deletions

View File

@@ -23,7 +23,6 @@ C_OBJS = _afailed.o \
fgetc.o \
fgetpos.o \
fgets.o \
fopen.o \
fputc.o \
fputs.o \
fread.o \
@@ -72,6 +71,7 @@ S_OBJS = _fdesc.o \
divt.o \
errno.o \
fmisc.o \
fopen.o \
fprintf.o \
free.o \
getcpu.o \