mirror of
https://github.com/samsonjs/sectorforth.git
synced 2026-03-25 09:35:47 +00:00
Fix copy & paste mistake in README
This commit is contained in:
parent
e5b0b97643
commit
32031ac6e7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ write a more powerful interpreter that can parse numbers.
|
||||||
| `+` | ( x y -- z ) | Sum the two numbers at the top of the stack |
|
| `+` | ( x y -- z ) | Sum the two numbers at the top of the stack |
|
||||||
| `nand` | ( x y -- z ) | NAND the two numbers at the top of the stack |
|
| `nand` | ( x y -- z ) | NAND the two numbers at the top of the stack |
|
||||||
| `exit` | ( r:addr -- ) | Pop return stack and resume execution at addr |
|
| `exit` | ( r:addr -- ) | Pop return stack and resume execution at addr |
|
||||||
| `key` | ( -- x ) | Read key stroke as ASCII character) |
|
| `key` | ( -- x ) | Read key stroke as ASCII character |
|
||||||
| `emit` | ( x -- ) | Print low byte of x as an ASCII character |
|
| `emit` | ( x -- ) | Print low byte of x as an ASCII character |
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue