Node:core-other, Previous:core-ambcond, Up:The Core Words
PAD:
UNUSED . gives the remaining dictionary space. The total
dictionary space can be specified with the -m switch
(see Invoking Gforth) when Gforth starts up.
s" RETURN-STACK-CELLS" environment? drop .. You can specify it at
startup time with the -r switch (see Invoking Gforth).
s" STACK-CELLS" environment? drop .. You can specify it at
startup time with the -d switch (see Invoking Gforth).
here forthstart - . after startup. At the time of this
writing, this gives 80080 (bytes) on a 32-bit system.