mirror of
https://github.com/A2osX/A2osX.git
synced 2025-04-04 03:32:12 +00:00
Kernel 0.93+
This commit is contained in:
parent
c3da0960dc
commit
715f9c720c
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user