Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2020-01-09 20:57:56 +01:00
parent c3da0960dc
commit 715f9c720c
3 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -120,7 +120,7 @@ CS.QUIT clc
*--------------------------------------
CS.END
MSG0 .AZ "SID UID Privileges Name Dev"
MSG1 .AZ "%3d %3d %b %16s %16s\r\n"
MSG1 .AZ "%3d %3d %b %16s %s\r\n"
*--------------------------------------
.DUMMY
.OR 0

View File

@ -58,7 +58,7 @@ K.PrintF2.1 sty PrintF2.Exit.Cnt+1 Total bytes to POP
stz PrintF.Cnt
stz PrintF.Cnt+1
.1 jsr SHARED.GetCharPtr2
bne .22
@ -175,10 +175,15 @@ PrintF2.LocalGetByte
lda (pStack)
beq .9
phy
tay
dec
sta (pStack)
lda (pStack),y
ply
clc
rts