mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix style
This commit is contained in:
parent
e950177ca0
commit
d874fe3916
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ $ cat helloworld.fs | ./planck
|
|||
| l | latest | ( -- addr ) | The address of 'latest' cell |
|
||||
| k | key | ( -- c ) | Read character |
|
||||
| t | type | ( c -- ) | Print character |
|
||||
| j | jump | ( -- ) | Unconditional branch. |
|
||||
| J | 0jump | ( a -- ) | Jump if a == 0. |
|
||||
| j | jump | ( -- ) | Unconditional branch |
|
||||
| J | 0jump | ( a -- ) | Jump if a == 0 |
|
||||
| f | find | ( c -- xt ) | Get execution token of c |
|
||||
| x | execute | ( xt -- ... ) | Run the execution token |
|
||||
| @ | fetch | ( addr -- a ) | Load value from addr |
|
||||
|
|
Loading…
Reference in a new issue