summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 5dd75bc..51bad71 100644
--- a/readme.md
+++ b/readme.md
@@ -72,6 +72,9 @@ if -1 (true), the system is in compiling mode.
### `tib ( -- a )`
a variable containing the address of the current input buffer.
+### `type ( u a -- )`
+write u characters at a to output.
+
## dictionary format
note that the string length of one byte limits a word's name to 255 characters.
@@ -86,5 +89,4 @@ note that the string length of one byte limits a word's name to 255 characters.
## reserved registers
-the registers `r14` and `r15` are reserved for the parameter stack
-and the top of stack respectively.
+the register `r15` is reserved for the parameter stack pointer.