mirror of
https://github.com/remko/waforth
synced 2024-12-25 09:59:07 +01:00
Comments
This commit is contained in:
parent
2a6d7618e6
commit
8b85b7f787
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@
|
|||
(br_if $endLoop (i32.eqz (local.get $wordLen)))
|
||||
|
||||
;; Find the name in the dictionary
|
||||
;; Besides the code address (aka token), also returns a constant whether the word
|
||||
;; was found (!= 0), and if so, whether it was immediate (1) or not (-1).
|
||||
(local.set $findToken (local.set $findResult (call $find (local.get $wordAddr) (local.get $wordLen))))
|
||||
(if (local.get $findResult)
|
||||
(then
|
||||
|
|
Loading…
Reference in a new issue