From b0afb154029a627670ecf99c86ff566735dd0d2d Mon Sep 17 00:00:00 2001 From: cpg Date: Wed, 25 Nov 2009 18:08:56 +0000 Subject: [PATCH] save 2 bytes -- patch by Uz git-svn-id: svn://svn.cc65.org/cc65/trunk@4491 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/ucase_fn.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5