mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +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:
parent
2c825f2bb3
commit
788deefec9
@ -39,7 +39,7 @@
|
||||
beq @fn_end
|
||||
sta argv0,y
|
||||
iny
|
||||
cpy #16
|
||||
cpy #16+1
|
||||
bne @fn_loop
|
||||
@fn_end:
|
||||
lda #0
|
||||
|
Loading…
Reference in New Issue
Block a user