mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +00:00
Remove useless branching code in fgets
This commit is contained in:
@@ -90,9 +90,7 @@ read_loop:
|
||||
|
||||
: cmp #$0A ; Stop at \n
|
||||
beq done
|
||||
|
||||
clc
|
||||
bcc read_loop
|
||||
bne read_loop
|
||||
|
||||
got_eof:
|
||||
lda didread
|
||||
|
Reference in New Issue
Block a user