mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 06:29:41 +00:00
remove check for ATEOL
git-svn-id: svn://svn.cc65.org/cc65/trunk@4492 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b0afb15402
commit
20e9cf6d85
@ -56,8 +56,8 @@ hasdev:
|
||||
ldy #0
|
||||
loop: lda (ptr4),y
|
||||
beq str_end
|
||||
cmp #ATEOL ; we also accept Atari EOF char as end of string
|
||||
beq str_end
|
||||
; cmp #ATEOL ; we also accept Atari EOF char as end of string (not!)
|
||||
; beq str_end
|
||||
iny
|
||||
bne loop ; not longer than 255 chars (127 real limit)
|
||||
toolong:sec ; indicate error
|
||||
|
Loading…
x
Reference in New Issue
Block a user