Fixed to assemble in Merlin-16 again.

This commit is contained in:
Bobbi Webber-Manners 2021-09-10 16:11:57 -04:00
parent 21aeb99a70
commit d3f32a8743
19 changed files with 36 additions and 6 deletions

Binary file not shown.

View File

@ -192,3 +192,5 @@ MAINZP MAC

View File

@ -534,3 +534,5 @@ OSBM2 ASC ').'

View File

@ -449,3 +449,5 @@ BYTE76 LDX #$00 ; Update LEDs and return X=SHIFT

View File

@ -907,3 +907,5 @@ ERROR2E DW $C800

View File

@ -150,3 +150,5 @@ BYTE00A BRK
HELLO ASC 'Applecorn MOS 2021-09-10 snapshot'
DB $00 ; Unify MOS messages

View File

@ -478,3 +478,5 @@ AUXBLK ASC '**ENDOFCODE**'

View File

@ -66,3 +66,5 @@ OSFILECB EQU $2EE ; OSFILE control block

View File

@ -580,3 +580,5 @@ ECHO3 PHP

View File

@ -631,3 +631,5 @@ BYTEA0 LDY #79 ; Read VDU variable $09,$0A

View File

@ -56,3 +56,5 @@ GEOFCMD EQU $D1

View File

@ -102,3 +102,5 @@ RESET TSX

View File

@ -130,4 +130,6 @@ CANTOPEN ASC "Unable to open ROM file"

View File

@ -106,3 +106,5 @@ QUITPL HEX 04 ; Number of parameters

View File

@ -136,4 +136,6 @@ ROM8 STR "USERROM2.ROM"

View File

@ -155,3 +155,5 @@ FILEREFS DB $00,$00,$00,$00

View File

@ -282,3 +282,5 @@ PREFIX DS 65 ; Buffer for ProDOS prefix

View File

@ -94,9 +94,9 @@ OFILE >>> ENTMAIN
PLA
PHA
CMP #$80 ; Is it "w"?
BEQ :S1 ; If so, no wildcards
BEQ :NOWILD ; If so, no wildcards
JSR WILDONE ; Handle any wildcards
:S1 JSR EXISTS ; See if file exists ...
:NOWILD JSR EXISTS ; See if file exists ...
CMP #$02 ; ... and is a directory
BNE :NOTDIR
JMP :NOTFND ; Bail out if directory
@ -812,7 +812,3 @@ MAINRDMEM STA A1L
LDA (A1L)
MAINRDEXIT >>> XF2AUX,NULLRTS ; Back to an RTS

View File

@ -332,3 +332,5 @@ MATCHBUF DS 65 ; For storing match results (Pascal str)