rename "sp" to "spc", avoid conflict with 4510 opcodes
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
; Returns with carry set on error, and sets errno
|
||||
mli_file_info_direct:
|
||||
; Set pushed name
|
||||
lda sp
|
||||
ldx sp+1
|
||||
lda spc
|
||||
ldx spc+1
|
||||
sta mliparam + MLI::INFO::PATHNAME
|
||||
stx mliparam + MLI::INFO::PATHNAME+1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user