From a9832c2a419acae33a7a2a1b752d427e4cdf0b86 Mon Sep 17 00:00:00 2001 From: kitty Date: Tue, 21 Apr 2026 23:40:06 +1000 Subject: =?UTF-8?q?words=20now=20Working=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'readme.md') 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. -- cgit v1.2.3