Re: [Flashforth-devel] FF and PIC processors
Brought to you by:
oh2aun
From: Pete Z. <pza...@pz...> - 2013-06-10 15:50:50
|
Hi Mikael, I was hoping you would comment...... Sounds like a very good idea to check out. Pete On 6/10/2013 10:04 AM, mik...@pp... wrote: > You could try to edit the FF wiki on sourceforge. > > I think all SF members have edit rights. > > That would be a goof place to have code examples. > > BR Mikael > > ----Original Message---- > From: pza...@pz... > Date: Jun 10, 2013 15:38 > To: "FF mailing list"<fla...@li...> > Subj: Re: [Flashforth-devel] FF and PIC processors > > Hi Lowell, > > Nice of you to offer....It would be nice if we had a place for > FlashForthers to easily post snippets of code to share. > In the mean time, at least we have the forum and discussion areas Mikael > has provided us here on SourceForge. > > Pete > > > On 6/8/2013 10:02 PM, Lowell wrote: >> If anyone is interested, my versions of arrays include an array length >> element and when I access the array I coerce the return value to come >> from the array. That way, if you are using the array for a jump >> table, you can't accidently jump to an illegal location by using a bad >> index. I use this for finite state machines. >> > |