Improve README and update information about sys.f
[rrq/jonasforth.git] / impl.asm
index 070ad2a70561899ab567d4ec92796e68a588dc9a..f6a25cf5b54d420cc016582e6f3d41e0661636a2 100644 (file)
--- a/impl.asm
+++ b/impl.asm
@@ -177,6 +177,9 @@ pop_word:
   jmp .read_alpha
 
 .end:
+  ;; Finally, we want to skip one whitespace character after the word.
+  inc rsi
+  dec rcx
 
   ret