mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 03:48:40 +11: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.
|
||||
toWS:
|
||||
ld a, (hl)
|
||||
cp ' '
|
||||
ret z
|
||||
cp 0x09
|
||||
call isWS
|
||||
ret z
|
||||
cp 0x01 ; if a is null, carries and unsets z
|
||||
ret c
|
||||
|
Loading…
Reference in New Issue
Block a user