mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-22 10:29:52 +00:00
Changed local vars to TMPZP in mainmem.svc.s
This commit is contained in:
parent
7045e927da
commit
ad3a545057
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -139,8 +139,9 @@ COPYFILE >>> ENTMAIN
|
||||
JSR CLSDIR
|
||||
PLA
|
||||
BRA :EXIT
|
||||
:DESTTYPE DB $00
|
||||
:OLDLEN DB $00
|
||||
* Zero page
|
||||
:DESTTYPE EQU TMPZP+0
|
||||
:OLDLEN EQU TMPZP+1
|
||||
|
||||
* Copy a single file
|
||||
* Source is in MOSFILE, DEST in MOSFILE2
|
||||
@ -253,8 +254,9 @@ COPY1FILE LDA #<MOSFILE
|
||||
PHP
|
||||
PHA
|
||||
BRA :CLOSE2
|
||||
:BUFIDX1 DB $00
|
||||
:BUFIDX2 DB $00
|
||||
* Zero page
|
||||
:BUFIDX1 EQU TMPZP+0
|
||||
:BUFIDX2 EQU TMPZP+1
|
||||
|
||||
|
||||
* ProDOS file handling for MOS OSFIND OPEN call
|
||||
|
Loading…
x
Reference in New Issue
Block a user