mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-12 10:18:16 +10:00
Remove inlining of isWS
This commit is contained in:
parent
145eb65a8e
commit
77c144944c
@ -9,9 +9,7 @@ isWS:
|
|||||||
; Set Z if WS found, unset if end-of-string.
|
; Set Z if WS found, unset if end-of-string.
|
||||||
toWS:
|
toWS:
|
||||||
ld a, (hl)
|
ld a, (hl)
|
||||||
cp ' '
|
call isWS
|
||||||
ret z
|
|
||||||
cp 0x09
|
|
||||||
ret z
|
ret z
|
||||||
cp 0x01 ; if a is null, carries and unsets z
|
cp 0x01 ; if a is null, carries and unsets z
|
||||||
ret c
|
ret c
|
||||||
|
Loading…
Reference in New Issue
Block a user