mirror of
https://github.com/A2osX/A2osX.git
synced 2025-04-04 18:32:56 +00:00
Kernel 0.93++
This commit is contained in:
parent
1ec69493f5
commit
581b82e934
Binary file not shown.
@ -80,9 +80,9 @@ CS.RUN
|
||||
dex
|
||||
bpl .2
|
||||
|
||||
.99 >PUSHBI 0
|
||||
>LDYA L.MSG.USAGE
|
||||
>SYSCALL printf
|
||||
.99 >PUSHW L.MSG.USAGE
|
||||
>PUSHBI 0
|
||||
>SYSCALL printf2
|
||||
lda #E.SYN
|
||||
sec
|
||||
.9 rts
|
||||
@ -223,18 +223,18 @@ CS.RUN.PRINT inc LineNum
|
||||
bcc .6
|
||||
inc ZPPtr1+1
|
||||
bra .6
|
||||
.61 >PUSHW ZPPtr1
|
||||
|
||||
.61 >PUSHW L.MSG.CTRLCHAR
|
||||
>PUSHW ZPPtr1
|
||||
>PUSHBI 2
|
||||
>LDYA L.MSG.CTRLCHAR
|
||||
>SYSCALL printf
|
||||
>SYSCALL printf2
|
||||
bcs .9
|
||||
.62 inc ByteIndex
|
||||
bne .4
|
||||
|
||||
.7 >PUSHBI 0
|
||||
>LDYA L.MSG.CRLF
|
||||
>SYSCALL printf
|
||||
.7 >PUSHW L.MSG.CRLF
|
||||
>PUSHBI 0
|
||||
>SYSCALL printf2
|
||||
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
@ -242,11 +242,10 @@ CS.RUN.PRINTNUM clc
|
||||
lda bLineNum
|
||||
bpl .8
|
||||
|
||||
>PUSHW L.MSG.LINENUM
|
||||
>PUSHW LineNum
|
||||
|
||||
>PUSHBI 2
|
||||
>LDYA L.MSG.LINENUM
|
||||
>SYSCALL printf
|
||||
>SYSCALL printf2
|
||||
.8 rts
|
||||
*--------------------------------------
|
||||
CS.QUIT lda hBuf
|
||||
|
Loading…
x
Reference in New Issue
Block a user