rename "sp" to "spc", avoid conflict with 4510 opcodes
This commit is contained in:
@@ -101,8 +101,8 @@ found: tya
|
||||
bne oserr1
|
||||
|
||||
; Set pushed name
|
||||
lda sp
|
||||
ldx sp+1
|
||||
lda spc
|
||||
ldx spc+1
|
||||
sta mliparam + MLI::OPEN::PATHNAME
|
||||
stx mliparam + MLI::OPEN::PATHNAME+1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user