summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/readme.md b/readme.md
index e6491a5..3def2b9 100644
--- a/readme.md
+++ b/readme.md
@@ -323,22 +323,6 @@ a 32 bit branch offset must be written immediately after.
### `brk@ ( -- a )`
yields current program break.
-### `buf>buf ( a -- a' )`
-transform an input buffer pointer into the *true buffer pointer*,
-skipping past the header.
-
-### `buf>fd ( a -- a' )`
-transform an input buffer pointer into the file descriptor that the buffer is read from.
-
-### `buf>in ( a -- a' )`
-transform an input buffer pointer into the number of read characters from that input buffer.
-
-### `buf>line ( a -- a' )`
-transform an input buffer pointer into the corresponding line buffer variable pointer.
-
-### `buf>used ( a -- a' )`
-transform an input buffer pointer into the number of characters contained in the input buffer.
-
### `bye ( -- )`
exits the forth system.
@@ -524,18 +508,6 @@ set the deferred word name to execute xt.
a variable containing the execution token of
the most recently created word.
-### `latest-buffer ( -- a )`
-a variable: the address of the highest recursed (current) input buffer.
-
-### `linebuf>used ( a -- a' )`
-transform a line buffer pointer into the number of used characters of the buffer.
-
-### `linebuf>buf ( a -- a' )`
-transform a line buffer pointer into the real line buffer pointer, skipping the header cells.
-
-### `buf>used ( a -- a' )`
-transform an input buffer pointer into the number of characters contained in the input buffer.
-
### `literal ( n -- ) IMMEDIATE COMPILE-ONLY`
compile a push of the literal value n into the currently compiling word.