mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +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
|
||||
\ 'e' ( -- ) Exit current function
|
||||
\ '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)
|
||||
|
|
Loading…
Reference in a new issue