mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
Kernel 0.92
This commit is contained in:
parent
ec6d65ca0e
commit
bc95c179ac
@ -17,6 +17,10 @@ CMD.Init >LDYAI 256
|
||||
txa
|
||||
>STA.G CMD.hArgVBuf
|
||||
|
||||
lda #CMD.IF.PTR
|
||||
tay
|
||||
sta (pData),y
|
||||
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
CMD.Quit >LDA.G CMD.hArgVBuf
|
||||
@ -527,6 +531,7 @@ CMD.IF.F
|
||||
rts
|
||||
*--------------------------------------
|
||||
Cmd.INT.ELSE >LDA.G CMD.IF.PTR
|
||||
>DEBUG
|
||||
cmp #CMD.IF.PTR
|
||||
beq .9
|
||||
|
||||
|
@ -131,10 +131,6 @@ CS.RUN jsr SetPWD
|
||||
>SYSCALL GetMemPtr
|
||||
>STYA ZPFileBufPtr
|
||||
|
||||
lda #CMD.IF.PTR
|
||||
tay
|
||||
sta (pData),y
|
||||
|
||||
.DO CSH=1
|
||||
jsr CSH.Init
|
||||
.FIN
|
||||
@ -216,7 +212,7 @@ CS.RUN.INTERCATIVE
|
||||
tay
|
||||
beq .1 no char
|
||||
|
||||
rts I/O error
|
||||
.9 rts I/O error
|
||||
|
||||
.2 cmp #C.EOF ....or Ctrl-D
|
||||
beq .9 CS
|
||||
@ -233,7 +229,6 @@ CS.RUN.INTERCATIVE
|
||||
|
||||
jmp CS.RUN.Exec
|
||||
.8 jmp CS.RUN.LOOP
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
CS.RUN.READ
|
||||
.1 >SLEEP
|
||||
@ -271,8 +266,7 @@ CS.RUN.BATCH >SYSCALL GetChar
|
||||
|
||||
lda #$80
|
||||
>STA.G bPause
|
||||
clc
|
||||
rts
|
||||
jmp CS.RUN.LOOP.END
|
||||
|
||||
.2 .DO CSH=1
|
||||
jsr CSH.Run
|
||||
|
Loading…
Reference in New Issue
Block a user