1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

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:
cpg 2009-11-25 18:08:56 +00:00
parent 001b557ff6
commit b0afb15402

View File

@ -64,8 +64,7 @@ toolong:sec ; indicate error
rts
str_end:iny ; room for terminating zero
cpy #128 ; we only can handle lenght < 128
bcs toolong
bmi toolong ; we only can handle lenght < 128
sty tmp3 ; save size
jsr subysp ; make room on the stack