mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +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 |
|
| l | latest | ( -- addr ) | The address of 'latest' cell |
|
||||||
| k | key | ( -- c ) | Read character |
|
| k | key | ( -- c ) | Read character |
|
||||||
| t | type | ( c -- ) | Print character |
|
| t | type | ( c -- ) | Print character |
|
||||||
| j | jump | ( -- ) | Unconditional branch. |
|
| j | jump | ( -- ) | Unconditional branch |
|
||||||
| J | 0jump | ( a -- ) | Jump if a == 0. |
|
| J | 0jump | ( a -- ) | Jump if a == 0 |
|
||||||
| f | find | ( c -- xt ) | Get execution token of c |
|
| f | find | ( c -- xt ) | Get execution token of c |
|
||||||
| x | execute | ( xt -- ... ) | Run the execution token |
|
| x | execute | ( xt -- ... ) | Run the execution token |
|
||||||
| @ | fetch | ( addr -- a ) | Load value from addr |
|
| @ | fetch | ( addr -- a ) | Load value from addr |
|
||||||
|
|
Loading…
Reference in a new issue