Rewrote _fopen in assembler

git-svn-id: svn://svn.cc65.org/cc65/trunk@1607 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-23 17:52:38 +00:00
parent c61729a15a
commit 6f198ae131
5 changed files with 126 additions and 88 deletions

View File

@@ -12,7 +12,6 @@
@$(AS) -g -o $@ $(AFLAGS) $<
C_OBJS = _afailed.o \
_fopen.o \
_hextab.o \
_scanf.o \
abort.o \
@@ -56,6 +55,7 @@ C_OBJS = _afailed.o \
S_OBJS = _fdesc.o \
_file.o \
_fopen.o \
_hadd.o \
_heap.o \
_oserror.o \