mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-10 12:30:44 +00:00
Merge PR #118: 'PREPATH returns error number'
This commit is contained in:
parent
cb4dacb638
commit
1d216f38f4
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -177,7 +177,7 @@ BYTE00XX BEQ BYTE00A ; OSBYTE 0,0 - generate error
|
|||||||
RTS ; %000x1xxx host type, 'A'pple
|
RTS ; %000x1xxx host type, 'A'pple
|
||||||
BYTE00A BRK
|
BYTE00A BRK
|
||||||
DB $F7
|
DB $F7
|
||||||
HELLO ASC 'Applecorn MOS 2021-10-10'
|
HELLO ASC 'Applecorn MOS 2021-10-12'
|
||||||
DB $00 ; Unify MOS messages
|
DB $00 ; Unify MOS messages
|
||||||
|
|
||||||
|
|
||||||
|
@ -75,7 +75,8 @@ PREPATH LDX MOSFILE ; Length
|
|||||||
:EXIT JSR DIGCONV ; Handle initial digits
|
:EXIT JSR DIGCONV ; Handle initial digits
|
||||||
CLC
|
CLC
|
||||||
RTS
|
RTS
|
||||||
:ERR SEC
|
:ERR LDA #$40 ; $40=Bad filename
|
||||||
|
SEC
|
||||||
RTS
|
RTS
|
||||||
|
|
||||||
* Convert path in PREFIX by removing leaf dir to leave
|
* Convert path in PREFIX by removing leaf dir to leave
|
||||||
@ -307,23 +308,5 @@ PREFIX DS 65 ; Buffer for ProDOS prefix
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user