Rewrote vfprintf() in assembler

git-svn-id: svn://svn.cc65.org/cc65/trunk@511 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-12-01 15:05:46 +00:00
parent 32fb9e74f0
commit 9333d5a839
5 changed files with 161 additions and 49 deletions

View File

@@ -60,11 +60,10 @@ _printf:
lda (ptr1),y
jsr pushax
; Push va_list (last parameter to vfprintf)
; Load va_list (last and __fastcall__ parameter to vfprintf)
lda ptr1
ldx ptr1+1
jsr pushax
; Call vfprintf