Remove useless branching code in fgets

This commit is contained in:
Colin Leroy-Mira 2024-01-30 19:52:48 +01:00
parent 2b97735d5d
commit afd8ee627e
1 changed files with 1 additions and 3 deletions

View File

@ -90,9 +90,7 @@ read_loop:
: cmp #$0A ; Stop at \n
beq done
clc
bcc read_loop
bne read_loop
got_eof:
lda didread