1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-08 10:29:04 +00:00

fix comments

git-svn-id: svn://svn.cc65.org/cc65/trunk@3917 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2009-01-28 21:54:02 +00:00
parent ab74b7bfd8
commit 46cb2548c1

View File

@ -48,7 +48,7 @@
iny iny
cmp (ptr4),y cmp (ptr4),y
beq hasdev beq hasdev
sta tmp2 ; set flag: no device is passed string sta tmp2 ; set flag: no device in passed string
hasdev: hasdev:
.endif .endif
@ -108,7 +108,7 @@ hasdev2:
lda sp lda sp
jsr _strupr jsr _strupr
; leave X and Y pointing to the modified filename ; leave A and X pointing to the modified filename
lda sp lda sp
ldx sp+1 ldx sp+1
clc ; indicate success clc ; indicate success