Skip to content

Commit

Permalink
[libc] optimize _isblank
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 25, 2024
1 parent cb31b9e commit 9828409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libc/isblank.src
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ _isblank:
ld a,l
cp a,32
ret z
cp a,9
xor a,9
ret z
or a,a
sbc hl,hl
ret

0 comments on commit 9828409

Please sign in to comment.