mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
Fixed a bug
This commit is contained in:
parent
5474098e9a
commit
9f36bcb7d2
1 changed files with 1 additions and 1 deletions
2
core.fs
2
core.fs
|
@ -358,7 +358,7 @@ c : i ,
|
||||||
\ save the address of the word to
|
\ save the address of the word to
|
||||||
\ **2nd position** of return stack.
|
\ **2nd position** of return stack.
|
||||||
\ Same reasons for TOR and FROMR
|
\ Same reasons for TOR and FROMR
|
||||||
' h , ' @ , ' # ,
|
' h , ' @ ,
|
||||||
' } , ' ~ , ' { , ' { ,
|
' } , ' ~ , ' { , ' { ,
|
||||||
' l , ' @ , ' , , \ fill link
|
' l , ' @ , ' , , \ fill link
|
||||||
' W , \ read name ( addr len )
|
' W , \ read name ( addr len )
|
||||||
|
|
Loading…
Reference in a new issue