mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
fix comments
git-svn-id: svn://svn.cc65.org/cc65/trunk@3917 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ab74b7bfd8
commit
46cb2548c1
@ -48,7 +48,7 @@
|
||||
iny
|
||||
cmp (ptr4),y
|
||||
beq hasdev
|
||||
sta tmp2 ; set flag: no device is passed string
|
||||
sta tmp2 ; set flag: no device in passed string
|
||||
hasdev:
|
||||
.endif
|
||||
|
||||
@ -108,7 +108,7 @@ hasdev2:
|
||||
lda sp
|
||||
jsr _strupr
|
||||
|
||||
; leave X and Y pointing to the modified filename
|
||||
; leave A and X pointing to the modified filename
|
||||
lda sp
|
||||
ldx sp+1
|
||||
clc ; indicate success
|
||||
|
Loading…
x
Reference in New Issue
Block a user