1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00

fix for name copying - the 16th byte would be overwritten

git-svn-id: svn://svn.cc65.org/cc65/trunk@2134 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-05-02 21:14:40 +00:00
parent 2c825f2bb3
commit 788deefec9

View File

@ -39,7 +39,7 @@
beq @fn_end
sta argv0,y
iny
cpy #16
cpy #16+1
bne @fn_loop
@fn_end:
lda #0