1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

small comment change

git-svn-id: svn://svn.cc65.org/cc65/trunk@5427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2012-01-26 12:25:20 +00:00
parent 0a6412b147
commit 7f3ef943bd

View File

@ -16,9 +16,9 @@ _write:
jmp __do_oserror ; update errno
write9:
lda ICBLL,x ; get buf len lo
lda ICBLL,x ; get buf len low
pha
lda ICBLH,x ; buf len hi
lda ICBLH,x ; buf len high
tax
lda #0
sta __oserror ; clear system dependend error code