Bugfix by Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5961 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2013-01-07 20:28:59 +00:00
parent bf91be8790
commit 3f677208d4

View File

@ -15,7 +15,7 @@
.proc _write
sta ptr3
sta ptr3+1 ; save count as result
stx ptr3+1 ; save count as result
eor #$FF
sta ptr2