Skip to content

Commit

Permalink
[libc] actually get the character in outchar
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 25, 2024
1 parent 7bf2091 commit 7eea9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libc/outchar.src
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ _outchar:
ex (sp),hl
push de
ld iy,$d00080 ; ti.flags
ld a,l
cp a,10
jp z,$0207F0 ; ti.NewLine
jp $207B8 ; ti.PutC

0 comments on commit 7eea9f9

Please sign in to comment.