home .. forth .. misc mail list archive ..

Re: questions (about x21)


That is a very good point you bring up.  I designed a Forth Processor in
VHDL(not completed) and talked to Wil Baden about stack depth.  He said a
stack depth of 16 words would be fine for most applications.

I currently use New Micros Max Forth for our robot products.  How could you
find out how much stack is being used?  Maybe create a variable that you can
monitor, then redefine ; to check the depth then update the variable every
time a word is executed...

Don