diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 454903c0..daa1e790 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/WHO.S.txt b/BIN/WHO.S.txt index a3a9122d..f52bb296 100644 --- a/BIN/WHO.S.txt +++ b/BIN/WHO.S.txt @@ -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 diff --git a/SYS/KERNEL.S.STDIO2.S.txt b/SYS/KERNEL.S.STDIO2.S.txt index d31fb453..bd99d650 100644 --- a/SYS/KERNEL.S.STDIO2.S.txt +++ b/SYS/KERNEL.S.STDIO2.S.txt @@ -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