Go to the first, previous, next, last section, table of contents.
- nonstandard words using
PAD
:
-
None.
- operator's terminal facilities available:
-
After processing the command line, Gforth goes into interactive mode,
and you can give commands to Gforth interactively. The actual facilities
available depend on how you invoke Gforth.
- program data space available:
-
sp@ here - .
gives the space remaining for dictionary and data
stack together.
- return stack space available:
-
By default 16 KBytes. The default can be overridden with the
-r
switch (see section Invocation) when Gforth starts up.
- stack space available:
-
sp@ here - .
gives the space remaining for dictionary and data
stack together.
- system dictionary space required, in address units:
-
Type
here forthstart - .
after startup. At the time of this
writing, this gives 70108 (bytes) on a 32-bit system.
Go to the first, previous, next, last section, table of contents.