1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +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:
ol.sc 2012-02-04 21:53:20 +00:00
parent 10374c66ce
commit 8a06174cb4

View File

@ -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