Re: questions (about x21)
- To: "Greg Alexander" <galexand@xxxxxxxxxxxxxxxxxxxxxxxx>
 
- Subject: Re: questions (about x21) 
 
- From: "Don Golding" <angelus@xxxxxxxxxxxxx>
 
- Date: Mon, 5 Jun 2000 09:59:24 -0000
 
- Cc: <misc>
 
- References: <Pine.LNX.3.96.1000605103531.1133A-100000@plow>
 
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