mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel 0.93+
This commit is contained in:
parent
133e594441
commit
5fd52a8588
Binary file not shown.
@ -49,7 +49,7 @@ CS.RUN >STZ.G P.GetInfo Sync
|
||||
>STA.G P.GetInfo+1
|
||||
|
||||
>LEA.G P.GetInfo
|
||||
>DEBUG
|
||||
|
||||
jsr A2osX.ATKCALL
|
||||
bcc CS.RUN.ATKOK
|
||||
|
||||
|
@ -62,6 +62,7 @@ XDOS.MLI cld no decimal.
|
||||
and #$03 valid calls are 0 and 1
|
||||
jsr XDOS.intmgr
|
||||
bra exitmli
|
||||
|
||||
special jmp jspare P8 system death vector
|
||||
|
||||
goclock jsr clockv go read clock.
|
||||
@ -99,11 +100,12 @@ exitmli stz bubit clear backup bit
|
||||
jmp GP.MLIEXIT and return.
|
||||
|
||||
nodevice lda #MLI.E.NODEV no device connected.
|
||||
.HS 2C BIT ABS
|
||||
jsr GP.P8errv
|
||||
|
||||
scnerr lda #MLI.E.BADCALL
|
||||
.HS 2C BIT ABS
|
||||
scperr lda #MLI.E.BADCNT
|
||||
jsr GP.P8errv
|
||||
jsr gosyserr
|
||||
bra exitmli
|
||||
*--------------------------------------
|
||||
* ProDOS Device Manager
|
||||
|
Loading…
x
Reference in New Issue
Block a user