Call __seterrno and save a few bytes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4702 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ef4a2e667d
commit
a7f392a96f
1 changed files with 4 additions and 6 deletions
|
@ -53,12 +53,10 @@ loop: inc ptr2
|
|||
|
||||
overflow:
|
||||
lda #<ERANGE
|
||||
sta __errno
|
||||
lda #>ERANGE
|
||||
sta __errno+1
|
||||
tax ; High byte of ERANGE is zero, return zero
|
||||
rts
|
||||
|
||||
jsr __seterrno ; Returns 0 in A
|
||||
tax ; Return zero
|
||||
rts
|
||||
|
||||
; Success, return buf
|
||||
|
||||
done: lda ptr1
|
||||
|
|
Loading…
Add table
Reference in a new issue