>Original sender: "Timmerfabriek Overbeek" <tifa.overbeek_at_introweb.nl>
>Dit is een meerdelig bericht in MIME-indeling.
>
>I want to increase memory. I supposed i have to do that with the
>word 'INCREASE", but swisforth doesn't know it, however you described =
>it in
>the manual. Do I something wrong?
Hugo,
The appropriate interface is via the word
SET-MEMSIZE ( n -- )
which changes the allocation size in the system. However, due to the
way that Windows allocates memory for a running program, it will not
take effect until you first save a new .exe file and then run it.
To create an 8 megabyte dictionary,
8 1024 * 1024 * SET-MEMSIZE
PROGRAM BIG.EXE
BYE
then run big.exe . This level of functionality should be more automated
via an options dialog within the next few months.
Hope this helps.
Rick VanNorman
.
Received on Thu Dec 31 1998 - 10:56:20 PST
Subscribe to our e-mail list service. It's free for all SwiftForth and SwiftX users!
This archive was generated 09-Feb-2012. Archive updated nightly.