mirror of
https://github.com/A2osX/A2osX.git
synced 2024-12-26 11:30:07 +00:00
Kernel 0.92+
This commit is contained in:
parent
951e3c8a1b
commit
f1d2dcf41d
Binary file not shown.
@ -201,5 +201,5 @@ MD5Buf .BS 33
|
||||
DS.END .ED
|
||||
*--------------------------------------
|
||||
MAN
|
||||
SAVE USR/SRC/BIN/BIN/MD5.S
|
||||
SAVE USR/SRC/BIN/MD5.S
|
||||
ASM
|
||||
|
@ -8,12 +8,16 @@ IO.Reset jsr IO.Reset.In
|
||||
jsr IO.Reset.Err
|
||||
rts
|
||||
*--------------------------------------
|
||||
IO.Pipe.In
|
||||
*--------------------------------------
|
||||
IO.Pipe.Out
|
||||
clc
|
||||
IO.Pipe.In clc
|
||||
rts
|
||||
*--------------------------------------
|
||||
IO.Pipe.Out >SYSCALL pipe
|
||||
bcs .9
|
||||
|
||||
|
||||
clc
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
IO.Set.In pha
|
||||
jsr IO.Reset.In
|
||||
ldy #S.PS.hStdIn
|
||||
|
@ -483,7 +483,7 @@ PS.AddArgV ldy #$ff In both cases, remove ARGV[0]
|
||||
inc
|
||||
|
||||
.5 jsr K.GetMem
|
||||
bcs PS.AddPtr1ToStrV.8
|
||||
bcs PS.AddPtr1ToStrV.RTS
|
||||
|
||||
>STYA ZPPtr2 Target Buffer
|
||||
txa
|
||||
@ -525,10 +525,11 @@ PS.AddPtr1ToStrV
|
||||
sec
|
||||
adc ZPPtr2
|
||||
sta ZPPtr2
|
||||
bcc PS.AddPtr1ToStrV.8
|
||||
bcc PS.AddPtr1ToStrV.RTS
|
||||
inc ZPPtr2+1
|
||||
|
||||
PS.AddPtr1ToStrV.8
|
||||
clc
|
||||
PS.AddPtr1ToStrV.RTS
|
||||
rts
|
||||
*--------------------------------------
|
||||
PS.AddYAp12ArgSize
|
||||
|
Loading…
Reference in New Issue
Block a user