Skip to content

Commit

Permalink
[libc] revert back to original outchar
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 25, 2024
1 parent 343bbf3 commit 4cd5de5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libc/outchar.src
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ _outchar:
push de
ld iy,$d00080 ; ti.flags
ld a,l
cp a,32
jp nc,$207B8 ; ti.PutC
cp a,10
jp z,$0207F0 ; ti.NewLine
jp $207B8 ; ti.PutC
ret

0 comments on commit 4cd5de5

Please sign in to comment.