Index: libsrc/common/strncpy.s =================================================================== RCS file: /usr/local/cvsroot/uz/c64/cc65/libsrc/common/strncpy.s,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 strncpy.s *** libsrc/common/strncpy.s 28 May 2000 13:40:48 -0000 1.1.1.1 --- libsrc/common/strncpy.s 4 May 2003 18:07:17 -0000 *************** *** 44,50 **** ; is the low byte of the fill count, tmp2 holds the high byte. Y is the index ; into the target string. ! L3: tax ; Test low byte beq L4 jsr FillChunk --- 44,50 ---- ; is the low byte of the fill count, tmp2 holds the high byte. Y is the index ; into the target string. ! L3: txa ; Test low byte beq L4 jsr FillChunk