diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
