Kernel 0.92+

This commit is contained in:
Rémy GIBERT 2019-02-05 21:50:17 +00:00
parent 951e3c8a1b
commit f1d2dcf41d
4 changed files with 13 additions and 8 deletions

Binary file not shown.

View File

@ -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

View File

@ -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

View File

@ -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