mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +01:00
Fix comment
This commit is contained in:
parent
38b4e57464
commit
f9acc5b061
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ l!
|
||||||
\ 'i' ( -- a-addr ) Get the interpreter function
|
\ 'i' ( -- a-addr ) Get the interpreter function
|
||||||
\ 'e' ( -- ) Exit current function
|
\ 'e' ( -- ) Exit current function
|
||||||
\ 'L' ( -- u ) Load immediate
|
\ 'L' ( -- u ) Load immediate
|
||||||
\ 'S' ( -- a-addr u ) Load string literal
|
\ 'S' ( -- c-addr ) Load string literal
|
||||||
\ '+' ( a b -- c ) c = (a + b)
|
\ '+' ( a b -- c ) c = (a + b)
|
||||||
\ '-' ( a b -- c ) c = (a - b)
|
\ '-' ( a b -- c ) c = (a - b)
|
||||||
\ '*' ( a b -- c ) c = (a * b)
|
\ '*' ( a b -- c ) c = (a * b)
|
||||||
|
|
Loading…
Reference in a new issue