Fix a logic error.

There was a problem with the fix in commit 0047b755c9660: an instruction should have had an immediate operand, but did not because it was missing the #. This might cause the code to behave incorrectly, depending on memory contents.
This commit is contained in:
Stephen Heumann 2022-06-28 22:25:10 -05:00
parent a2b3d4541a
commit c95bfc19fb
1 changed files with 1 additions and 1 deletions

View File

@ -4529,7 +4529,7 @@ orVal ds 2 for setting the case of characters
sta [stream],Y
ldy #FILE_flag if read stream
lda [stream],Y
bit _IOREAD
bit #_IOREAD
beq ib1
lda #0 set count of chars in buffer to 0
tax