mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
"Apple disk names are null-terminated strings of 16 characters or less (counting the null-terminator)."
git-svn-id: svn://svn.cc65.org/cc65/trunk@5487 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b944a6acdf
commit
6542cd2ced
@ -37,7 +37,11 @@
|
||||
ldy #0
|
||||
@fn_loop:
|
||||
lda dirEntryBuf+OFF_FNAME,y
|
||||
.ifdef __GEOS_CBM__
|
||||
cmp #$a0
|
||||
.else
|
||||
cmp #0
|
||||
.endif
|
||||
beq @fn_end
|
||||
sta argv0,y
|
||||
iny
|
||||
|
Loading…
x
Reference in New Issue
Block a user