Kernel 0.93++

This commit is contained in:
Rémy GIBERT 2020-01-20 17:34:59 +01:00
parent 0c494b0094
commit 4e938bfdb2
2 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -106,7 +106,7 @@ CORE.Run.RTS rts
*--------------------------------------
CORE.Run jsr IO.Reset
>LDYAI 256+16
>LDYAI 256
>SYSCALL GetMem
bcs CORE.Run.RTS
>STYA ZPArgVBuf
@ -128,7 +128,7 @@ CORE.Run.1 sec coming from PIPE OUT
lda #0
sta (ZPArgVBuf)
sec
ror CORE.IntCmd assume external
@ -268,11 +268,12 @@ CORE.Run.7 jsr CORE.GetCharNB
CORE.Run.Exit php
pha
>LDA.G CORE.hArgVBuf
beq .1
>SYSCALL freemem
>STZ.G CORE.hArgVBuf
pla
.1 pla
plp
rts
*--------------------------------------