small comment change
git-svn-id: svn://svn.cc65.org/cc65/trunk@5427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -16,9 +16,9 @@ _write:
|
|||||||
jmp __do_oserror ; update errno
|
jmp __do_oserror ; update errno
|
||||||
|
|
||||||
write9:
|
write9:
|
||||||
lda ICBLL,x ; get buf len lo
|
lda ICBLL,x ; get buf len low
|
||||||
pha
|
pha
|
||||||
lda ICBLH,x ; buf len hi
|
lda ICBLH,x ; buf len high
|
||||||
tax
|
tax
|
||||||
lda #0
|
lda #0
|
||||||
sta __oserror ; clear system dependend error code
|
sta __oserror ; clear system dependend error code
|
||||||
|
|||||||
Reference in New Issue
Block a user