From: cpg Date: Wed, 25 Nov 2009 18:08:56 +0000 (+0000) Subject: save 2 bytes -- patch by Uz X-Git-Tag: V2.13.1~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0afb154029a627670ecf99c86ff566735dd0d2d;p=cc65 save 2 bytes -- patch by Uz git-svn-id: svn://svn.cc65.org/cc65/trunk@4491 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/ucase_fn.s b/libsrc/atari/ucase_fn.s index df87ccf71..89730310f 100644 --- a/libsrc/atari/ucase_fn.s +++ b/libsrc/atari/ucase_fn.s @@ -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