From 433b4652d70ac8d315ca4cf2648d50bb00c9316f Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Wed, 12 Sep 2018 20:43:34 -0500 Subject: [PATCH] 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. --- out.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/out.asm b/out.asm index c7ee0f4..4d31441 100644 --- a/out.asm +++ b/out.asm @@ -2221,7 +2221,7 @@ NamedVariable private bne lb3 return false lda #nameEnd-name-3 index into the name array sta r4 - lda #$BA initial file number + lda #$BD initial file number sta r6 lb1 ldx r4 check for match ldy #2 @@ -2263,6 +2263,9 @@ name dc c'S16' file type mnemonics dc c'NDA' dc c'CDA' dc c'TOL' + dc c'DVR' + dc c'LDF' + dc c'FST' nameEnd anop end