Skip to content

Commit

Permalink
[libc] optimize _isascii
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 25, 2024
1 parent 36ec4e7 commit cb31b9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libc/isascii.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ _isascii:
pop de
ex (sp),hl
push de
ld de,-128
add hl,de
sla l
sbc hl,hl
inc hl
ret

0 comments on commit cb31b9e

Please sign in to comment.