Skip to content

Commit 4cd5de5

Browse files
[libc] revert back to original outchar
1 parent 343bbf3 commit 4cd5de5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/libc/outchar.src

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ _outchar:
88
push de
99
ld iy,$d00080 ; ti.flags
1010
ld a,l
11+
cp a,32
12+
jp nc,$207B8 ; ti.PutC
1113
cp a,10
1214
jp z,$0207F0 ; ti.NewLine
13-
jp $207B8 ; ti.PutC
15+
ret

0 commit comments

Comments
 (0)