Kernel 0.93++

This commit is contained in:
Rémy GIBERT 2020-02-02 16:56:46 +01:00
parent dc10f1715e
commit 686d4f8c66
2 changed files with 9 additions and 1 deletions

Binary file not shown.

View File

@ -76,7 +76,15 @@ HIS.GetToCl >STA.G HIS.Index
>SYSCALL StrVGet
>STZ.G CL.Ptr
ldy #$ff
.1 iny
lda (ZPCLBuf),y
bne .1
tya
>STA.G CL.Ptr
>STA.G CL.Len
jmp CL.PrintCLBuf
*--------------------------------------