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 7ff2ef5 commit d6cd8d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libc/isascii.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
public _isascii
_isascii:
pop de
pop hl
push hl
ex (sp),hl
push de

ld de,-128
add hl,de
sbc hl,hl
Expand Down

0 comments on commit d6cd8d7

Please sign in to comment.