Rewrote vcprintf() in assembler

git-svn-id: svn://svn.cc65.org/cc65/trunk@521 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-12-02 09:15:43 +00:00
parent 62cfc60f00
commit 355569d960
5 changed files with 162 additions and 49 deletions

View File

@@ -47,11 +47,10 @@ _cprintf:
lda (ptr1),y
jsr pushax
; Push va_list (last parameter to vcprintf)
; Load va_list (last and __fastcall__ parameter to vfprintf)
lda ptr1
ldx ptr1+1
jsr pushax
; Call vcprintf
@@ -62,4 +61,4 @@ _cprintf:
ldy ParamSize
jmp addysp