1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +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:
cpg 2009-11-25 18:21:26 +00:00
parent b0afb15402
commit 20e9cf6d85

View File

@ -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