summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/jefs.s b/jefs.s
index 6f422ab..2ea2f69 100644
--- a/jefs.s
+++ b/jefs.s
@@ -170,6 +170,8 @@ defword "parse", parse, 0
.wsloop: ; skip initial ws
cmp r12b, 0x20
je .wsloop_cont
+ cmp r12b, 0x09
+ je .wsloop_cont
cmp r12b, 0x0a
jne .wordloop_start
.wsloop_cont: