Rewrote vprintf in assembler and made it __fastcall__

git-svn-id: svn://svn.cc65.org/cc65/trunk@2186 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-06-02 16:08:26 +00:00
parent e60b68c7bd
commit 7b3f6f9369
5 changed files with 54 additions and 24 deletions

View File

@@ -53,7 +53,6 @@ C_OBJS = _afailed.o \
strtok.o \
system.o \
timezone.o \
vprintf.o \
vsscanf.o
@@ -139,6 +138,7 @@ S_OBJS = _fdesc.o \
tolower.o \
toupper.o \
vfprintf.o \
vprintf.o \
vsprintf.o \
zerobss.o