diff options
| author | kitty <nepeta@canaglie.net> | 2026-04-21 23:40:06 +1000 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-04-21 23:40:06 +1000 |
| commit | a9832c2a419acae33a7a2a1b752d427e4cdf0b86 (patch) | |
| tree | fa694e3675f9407cd895a2b75e02642839174c8a /readme.md | |
| parent | d86eafae2f8f80ce417b29a3f4b5f98ab82be2b2 (diff) | |
words now Working™
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -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. |
