save 2 bytes -- patch by Uz
git-svn-id: svn://svn.cc65.org/cc65/trunk@4491 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -64,8 +64,7 @@ toolong:sec ; indicate error
|
|||||||
rts
|
rts
|
||||||
|
|
||||||
str_end:iny ; room for terminating zero
|
str_end:iny ; room for terminating zero
|
||||||
cpy #128 ; we only can handle lenght < 128
|
bmi toolong ; we only can handle lenght < 128
|
||||||
bcs toolong
|
|
||||||
sty tmp3 ; save size
|
sty tmp3 ; save size
|
||||||
jsr subysp ; make room on the stack
|
jsr subysp ; make room on the stack
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user