mirror of
https://github.com/a2stuff/prodos-path.git
synced 2024-12-11 00:52:21 +00:00
parent
4bdb0808a2
commit
3360d44dd7
12
copy.cmd.s
12
copy.cmd.s
@ -197,6 +197,18 @@ read: lda FN1REF
|
||||
|
||||
|
||||
finish: jsr CloseFiles
|
||||
|
||||
;; Apply FN1 info to FN2 to preserve modification date
|
||||
ldx #$D - 3
|
||||
: lda FN1INFO+3,x
|
||||
sta SSGINFO+3,x
|
||||
dex
|
||||
bpl :-
|
||||
lda #$7
|
||||
sta SSGINFO
|
||||
lda #SET_FILE_INFO
|
||||
jsr GOSYSTEM
|
||||
|
||||
clc
|
||||
rts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user