Skip to content

Commit 7eea9f9

Browse files
[libc] actually get the character in outchar
1 parent 7bf2091 commit 7eea9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libc/outchar.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ _outchar:
77
ex (sp),hl
88
push de
99
ld iy,$d00080 ; ti.flags
10+
ld a,l
1011
cp a,10
1112
jp z,$0207F0 ; ti.NewLine
1213
jp $207B8 ; ti.PutC

0 commit comments

Comments
 (0)