mirror of
https://github.com/byteworksinc/Linker.git
synced 2024-11-21 13:31:57 +00:00
Accept DVR, LDF, and FST as valid KeepType values.
Note that ORCA/Shell listings use DRV for type $BB, but the File Type Notes specify DVR.
This commit is contained in:
parent
2cdbebe6e6
commit
433b4652d7
5
out.asm
5
out.asm
@ -2221,7 +2221,7 @@ NamedVariable private
|
|||||||
bne lb3 return false
|
bne lb3 return false
|
||||||
lda #nameEnd-name-3 index into the name array
|
lda #nameEnd-name-3 index into the name array
|
||||||
sta r4
|
sta r4
|
||||||
lda #$BA initial file number
|
lda #$BD initial file number
|
||||||
sta r6
|
sta r6
|
||||||
lb1 ldx r4 check for match
|
lb1 ldx r4 check for match
|
||||||
ldy #2
|
ldy #2
|
||||||
@ -2263,6 +2263,9 @@ name dc c'S16' file type mnemonics
|
|||||||
dc c'NDA'
|
dc c'NDA'
|
||||||
dc c'CDA'
|
dc c'CDA'
|
||||||
dc c'TOL'
|
dc c'TOL'
|
||||||
|
dc c'DVR'
|
||||||
|
dc c'LDF'
|
||||||
|
dc c'FST'
|
||||||
nameEnd anop
|
nameEnd anop
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user