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@5448 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
10374c66ce
commit
8a06174cb4
@ -23,7 +23,11 @@ _GetPtrCurDkNm:
|
||||
txa
|
||||
bne fin
|
||||
namelp: lda (ptr4),y
|
||||
.ifdef __GEOS_CBM__
|
||||
cmp #$a0
|
||||
.else
|
||||
cmp #0
|
||||
.endif
|
||||
beq fin
|
||||
sta (ptr3),y
|
||||
iny
|
||||
|
Loading…
x
Reference in New Issue
Block a user