From: cpg Date: Wed, 28 Jan 2009 21:54:02 +0000 (+0000) Subject: fix comments X-Git-Tag: V2.13.0rc1~338 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46cb2548c1fadc13b2f547388d1c2d10cc8e0780;p=cc65 fix comments git-svn-id: svn://svn.cc65.org/cc65/trunk@3917 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/ucase_fn.s b/libsrc/atari/ucase_fn.s index 9c8b20dda..df87ccf71 100644 --- a/libsrc/atari/ucase_fn.s +++ b/libsrc/atari/ucase_fn.s @@ -48,7 +48,7 @@ iny cmp (ptr4),y beq hasdev - sta tmp2 ; set flag: no device is passed string + sta tmp2 ; set flag: no device in passed string hasdev: .endif @@ -108,7 +108,7 @@ hasdev2: lda sp jsr _strupr - ; leave X and Y pointing to the modified filename + ; leave A and X pointing to the modified filename lda sp ldx sp+1 clc ; indicate success